#6C3B93

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

Shades of Royal Purple #6C3B93

Tints of Royal Purple #6C3B93

Color information

#6C3B93 (or 0x6C3B93) is unknown color: approx Royal Purple. HEX triplet: 6C, 3B and 93. RGB value is (108,59,147). Sum of RGB (Red+Green+Blue) = 108+59+147=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C3B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3B93 is #93C46C. Grayscale: #535353. Windows color (decimal): -9684077 or 9649004. OLE color: 9649004.

HSL color Cylindrical-coordinate representation of color #6C3B93: hue angle of 273.41º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C3B93 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10859147-
CMYK0.270.6000.42
HSL273.41º42.72%40.39%-
HSV(B)273.41º59.86%57.65%-
XYZ13.018.4228.54-
YUV83.68163.73145.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.39%
GREEN value IS 59 (23.44% from 255) = 18.79%
BLUE value IS 147 (57.81% from 255) = 46.82%
R=34.39%
G=18.79%
B=46.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108591470.270.6000.42273.4142.7240.39
Hex6C3B931B3C02A1112b28
Octal1547322333740524215350
Binary110110011101110010011110111111000101010100010001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,59,147); }

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

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

 a { background-color: rgb(108,59,147); }

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

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

 span { border-color: rgb(108,59,147); }

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