#68419E

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

Shades of Royal Purple #68419E

Tints of Royal Purple #68419E

Color information

#68419E (or 0x68419E) is unknown color: approx Royal Purple. HEX triplet: 68, 41 and 9E. RGB value is (104,65,158). Sum of RGB (Red+Green+Blue) = 104+65+158=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #68419E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68419E is #97BE61. Grayscale: #565656. Windows color (decimal): -9944674 or 10371432. OLE color: 10371432.

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

Color convert

RGB10465158-
CMYK0.340.5900.38
HSL265.16º41.7%43.73%-
HSV(B)265.16º58.86%61.96%-
XYZ13.779.1933.4-
YUV87.26167.92139.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=31.80%
G=19.88%
B=48.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104651580.340.5900.38265.1641.743.73
Hex68419E223B0261092a2c
Octal15010123642730464115254
Binary11010001000001100111101000101110110100110100001001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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