#68499E

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

Shades of Royal Purple #68499E

Tints of Royal Purple #68499E

Color information

#68499E (or 0x68499E) is unknown color: approx Royal Purple. HEX triplet: 68, 49 and 9E. RGB value is (104,73,158). Sum of RGB (Red+Green+Blue) = 104+73+158=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #68499E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68499E is #97B661. Grayscale: #5B5B5B. Windows color (decimal): -9942626 or 10373480. OLE color: 10373480.

HSL color Cylindrical-coordinate representation of color #68499E: hue angle of 261.88º 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 #68499E is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10473158-
CMYK0.340.5400.38
HSL261.88º36.8%45.29%-
HSV(B)261.88º53.8%61.96%-
XYZ14.2610.1833.56-
YUV91.96165.27136.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=31.04%
G=21.79%
B=47.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104731580.340.5400.38261.8836.845.29
Hex68499E2236026106252d
Octal15011123642660464064555
Binary11010001001001100111101000101101100100110100000110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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