#68499F

Color #68499F Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #68499F

Tints of Royal Purple #68499F

Color information

#68499F (or 0x68499F) is unknown color: approx Royal Purple. HEX triplet: 68, 49 and 9F. RGB value is (104,73,159). Sum of RGB (Red+Green+Blue) = 104+73+159=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #68499F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68499F is #97B660. Grayscale: #5B5B5B. Windows color (decimal): -9942625 or 10439016. OLE color: 10439016.

HSL color Cylindrical-coordinate representation of color #68499F: hue angle of 261.63º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68499F is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10473159-
CMYK0.350.5400.38
HSL261.63º37.07%45.49%-
HSV(B)261.63º54.09%62.35%-
XYZ14.3510.2134.02-
YUV92.07165.77136.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.95%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=30.95%
G=21.73%
B=47.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104731590.350.5400.38261.6337.0745.49
Hex68499F2336026106252d
Octal15011123743660464064555
Binary11010001001001100111111000111101100100110100000110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #68499F;
 }
 .AnyTagClassName
 {
   color: #68499F;
 }
</style>
background-color css

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

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

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

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

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

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