Html Css Color HEX #693192 Royal Purple

📋 copy color: '#693192'

red 105 ◦ green 49 ◦ blue 146

#693192
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #693192

Tints of Royal Purple #693192

RGB

 RED value IS 105 (41.41% from 255) = 35%

 GREEN value IS 49 (19.53% from 255) = 16.33%

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 35%
G = 16.33%
B = 48.67%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#693192 (or 0x693192) is known color: Royal Purple. HEX triplet: 69, 31 and 92. RGB value is (105,49,146). Sum of RGB (Red+Green+Blue) = 105+49+146=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #693192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693192 is #96CE6D. Grayscale: #4C4C4C. Windows color (decimal): -9883246 or 9580905. OLE color: 9580905.

HSL color Cylindrical-coordinate representation of color #693192: hue angle of 274.64º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693192 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 49 146 -
CMYK 0.28 0.66 0 0.43
HSL 274.64º 0.5% 0.38% -
HSV(B) 274.64º 0.66% 0.57% -
XYZ 12.11 7.28 27.96 -
YUV 76.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 105 49 146 0.28 0.66 0 0.43 274.64 0.5 0.38
Hex 69 31 92 1C 42 0 2B 113 32 26
Octal 151 61 222 34 102 0 53 423 62 46
Binary 1101001 110001 10010010 11100 1000010 0 101011 100010011 110010 100110

Color Harmonies of #693192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693192

Black with #693192

Text Example


Text Example

White with #693192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693192; }

 p { color: rgb(105,49,146); }

 H1.HeaderClassName
 {
   color: #693192;
 }
 .AnyTagClassName
 {
   color: #693192;
 }
</style>

background-color css

<style>
 a { background-color: #693192; }

 a { background-color: rgb(105,49,146); }

 div.DivClassName
 {
   background-color: #693192;
 }
 .BgClassName
 {
   background-color: #693192;
 }
</style>

border-color css

<style>
 span { border-color: #693192; }

 span { border-color: rgb(105,49,146); }

 td.TdClassName
 {
   border-color: #693192;
 }
 .TagClassName
 {
   border-color: #693192;
 }
</style>