#68419C

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

Shades of Royal Purple #68419C

Tints of Royal Purple #68419C

Color information

#68419C (or 0x68419C) is unknown color: approx Royal Purple. HEX triplet: 68, 41 and 9C. RGB value is (104,65,156). Sum of RGB (Red+Green+Blue) = 104+65+156=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #68419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68419C is #97BE63. Grayscale: #565656. Windows color (decimal): -9944676 or 10240360. OLE color: 10240360.

HSL color Cylindrical-coordinate representation of color #68419C: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68419C is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10465156-
CMYK0.330.5800.39
HSL265.71º41.18%43.33%-
HSV(B)265.71º58.33%61.18%-
XYZ13.69.1232.5-
YUV87.04166.92140.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 156 (61.33% from 255) = 48%
R=32%
G=20%
B=48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104651560.330.5800.39265.7141.1843.33
Hex68419C213A02710a292b
Octal15010123441720474125153
Binary11010001000001100111001000011110100100111100001010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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