#6C369C

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

Shades of Royal Purple #6C369C

Tints of Royal Purple #6C369C

Color information

#6C369C (or 0x6C369C) is unknown color: approx Royal Purple. HEX triplet: 6C, 36 and 9C. RGB value is (108,54,156). Sum of RGB (Red+Green+Blue) = 108+54+156=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C369C is #93C963. Grayscale: #515151. Windows color (decimal): -9685348 or 10237548. OLE color: 10237548.

HSL color Cylindrical-coordinate representation of color #6C369C: hue angle of 271.76º 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 #6C369C is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10854156-
CMYK0.310.6500.39
HSL271.76º48.57%41.18%-
HSV(B)271.76º65.38%61.18%-
XYZ13.58.2332.33-
YUV81.77169.89146.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.96%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=33.96%
G=16.98%
B=49.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108541560.310.6500.39271.7648.5741.18
Hex6C369C1F410271103129
Octal15466234371010474206151
Binary1101100110110100111001111110000010100111100010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C369C; }

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

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

<style>
 a { background-color: #6C369C; }

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

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

<style>
 span { border-color: #6C369C; }

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

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