#68408E

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

Shades of Royal Purple #68408E

Tints of Royal Purple #68408E

Color information

#68408E (or 0x68408E) is unknown color: approx Royal Purple. HEX triplet: 68, 40 and 8E. RGB value is (104,64,142). Sum of RGB (Red+Green+Blue) = 104+64+142=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #68408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68408E is #97BF71. Grayscale: #545454. Windows color (decimal): -9944946 or 9322600. OLE color: 9322600.

HSL color Cylindrical-coordinate representation of color #68408E: hue angle of 270.77º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68408E is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10464142-
CMYK0.270.5500.44
HSL270.77º37.86%40.39%-
HSV(B)270.77º54.93%55.69%-
XYZ12.428.5626.59-
YUV84.85160.25141.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 64 (25.39% from 255) = 20.65%
BLUE value IS 142 (55.86% from 255) = 45.81%
R=33.55%
G=20.65%
B=45.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104641420.270.5500.44270.7737.8640.39
Hex68408E1B3702C10f2628
Octal15010021633670544174650
Binary1101000100000010001110110111101110101100100001111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,64,142); }

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

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

 a { background-color: rgb(104,64,142); }

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

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

 span { border-color: rgb(104,64,142); }

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