#68369C

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

Shades of Royal Purple #68369C

Tints of Royal Purple #68369C

Color information

#68369C (or 0x68369C) is unknown color: approx Royal Purple. HEX triplet: 68, 36 and 9C. RGB value is (104,54,156). Sum of RGB (Red+Green+Blue) = 104+54+156=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #68369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68369C is #97C963. Grayscale: #505050. Windows color (decimal): -9947492 or 10237544. OLE color: 10237544.

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

Color convert

RGB10454156-
CMYK0.330.6500.39
HSL269.41º48.57%41.18%-
HSV(B)269.41º65.38%61.18%-
XYZ13.037.9832.31-
YUV80.58170.56144.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 54 (21.48% from 255) = 17.20%
BLUE value IS 156 (61.33% from 255) = 49.68%
R=33.12%
G=17.20%
B=49.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104541560.330.6500.39269.4148.5741.18
Hex68369C214102710d3129
Octal15066234411010474156151
Binary11010001101101001110010000110000010100111100001101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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