Html Css Color HEX #68499C Royal Purple

📋 copy color: '#68499C'

red 104 ◦ green 73 ◦ blue 156

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

Shades of Royal Purple #68499C

Tints of Royal Purple #68499C

RGB

 RED value IS 104 (41.02% from 255) = 31.23%

 GREEN value IS 73 (28.91% from 255) = 21.92%

 BLUE value IS 156 (61.33% from 255) = 46.85%

R = 31.23%
G = 21.92%
B = 46.85%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68499C (or 0x68499C) is known color: Royal Purple. HEX triplet: 68, 49 and 9C. RGB value is (104,73,156). Sum of RGB (Red+Green+Blue) = 104+73+156=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #68499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68499C is #97B663. Grayscale: #5B5B5B. Windows color (decimal): -9942628 or 10242408. OLE color: 10242408.

HSL color Cylindrical-coordinate representation of color #68499C: hue angle of 262.41º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68499C is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 73 156 -
CMYK 0.33 0.53 0 0.39
HSL 262.41º 0.36% 0.45% -
HSV(B) 262.41º 0.53% 0.61% -
XYZ 14.09 10.11 32.66 -
YUV 91.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 104 73 156 0.33 0.53 0 0.39 262.41 0.36 0.45
Hex 68 49 9C 21 35 0 27 106 24 2D
Octal 150 111 234 41 65 0 47 406 44 55
Binary 1101000 1001001 10011100 100001 110101 0 100111 100000110 100100 101101

Color Harmonies of #68499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68499C

Black with #68499C

Text Example


Text Example

White with #68499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68499C; }

 p { color: rgb(104,73,156); }

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

background-color css

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

 a { background-color: rgb(104,73,156); }

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

border-color css

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

 span { border-color: rgb(104,73,156); }

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