#68429E

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

Shades of Royal Purple #68429E

Tints of Royal Purple #68429E

Color information

#68429E (or 0x68429E) is unknown color: approx Royal Purple. HEX triplet: 68, 42 and 9E. RGB value is (104,66,158). Sum of RGB (Red+Green+Blue) = 104+66+158=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #68429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68429E is #97BD61. Grayscale: #575757. Windows color (decimal): -9944418 or 10371688. OLE color: 10371688.

HSL color Cylindrical-coordinate representation of color #68429E: hue angle of 264.78º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68429E is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10466158-
CMYK0.340.5800.38
HSL264.78º41.07%43.92%-
HSV(B)264.78º58.23%61.96%-
XYZ13.839.3133.42-
YUV87.85167.59139.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 158 (62.11% from 255) = 48.17%
R=31.71%
G=20.12%
B=48.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104661580.340.5800.38264.7841.0743.92
Hex68429E223A026109292c
Octal15010223642720464115154
Binary11010001000010100111101000101110100100110100001001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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