#68359C

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

Shades of Royal Purple #68359C

Tints of Royal Purple #68359C

Color information

#68359C (or 0x68359C) is unknown color: approx Royal Purple. HEX triplet: 68, 35 and 9C. RGB value is (104,53,156). Sum of RGB (Red+Green+Blue) = 104+53+156=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #68359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68359C is #97CA63. Grayscale: #4F4F4F. Windows color (decimal): -9947748 or 10237288. OLE color: 10237288.

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

Color convert

RGB10453156-
CMYK0.330.6600.39
HSL269.71º49.28%40.98%-
HSV(B)269.71º66.03%61.18%-
XYZ12.987.8932.29-
YUV79.99170.9145.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 156 (61.33% from 255) = 49.84%
R=33.23%
G=16.93%
B=49.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104531560.330.6600.39269.7149.2840.98
Hex68359C214202710e3129
Octal15065234411020474166151
Binary11010001101011001110010000110000100100111100001110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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