#68479C

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

Shades of Royal Purple #68479C

Tints of Royal Purple #68479C

Color information

#68479C (or 0x68479C) is unknown color: approx Royal Purple. HEX triplet: 68, 47 and 9C. RGB value is (104,71,156). Sum of RGB (Red+Green+Blue) = 104+71+156=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #68479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68479C is #97B863. Grayscale: #5A5A5A. Windows color (decimal): -9943140 or 10241896. OLE color: 10241896.

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

Color convert

RGB10471156-
CMYK0.330.5400.39
HSL263.29º37.44%44.51%-
HSV(B)263.29º54.49%61.18%-
XYZ13.969.8532.62-
YUV90.56164.93137.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=31.42%
G=21.45%
B=47.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104711560.330.5400.39263.2937.4444.51
Hex68479C2136027107252d
Octal15010723441660474074555
Binary11010001000111100111001000011101100100111100000111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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