#6C3C9D

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

Shades of Royal Purple #6C3C9D

Tints of Royal Purple #6C3C9D

Color information

#6C3C9D (or 0x6C3C9D) is unknown color: approx Royal Purple. HEX triplet: 6C, 3C and 9D. RGB value is (108,60,157). Sum of RGB (Red+Green+Blue) = 108+60+157=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C3C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3C9D is #93C362. Grayscale: #555555. Windows color (decimal): -9683811 or 10304620. OLE color: 10304620.

HSL color Cylindrical-coordinate representation of color #6C3C9D: hue angle of 269.69º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C3C9D is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10860157-
CMYK0.310.6200.38
HSL269.69º44.7%42.55%-
HSV(B)269.69º61.78%61.57%-
XYZ13.898.8532.88-
YUV85.41168.4144.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.23%
GREEN value IS 60 (23.83% from 255) = 18.46%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=33.23%
G=18.46%
B=48.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108601570.310.6200.38269.6944.742.55
Hex6C3C9D1F3E02610e2d2b
Octal1547423537760464165553
Binary110110011110010011101111111111100100110100001110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,60,157); }

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

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

 a { background-color: rgb(108,60,157); }

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

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

 span { border-color: rgb(108,60,157); }

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