#6C4093

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

Shades of Royal Purple #6C4093

Tints of Royal Purple #6C4093

Color information

#6C4093 (or 0x6C4093) is unknown color: approx Royal Purple. HEX triplet: 6C, 40 and 93. RGB value is (108,64,147). Sum of RGB (Red+Green+Blue) = 108+64+147=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C4093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4093 is #93BF6C. Grayscale: #565656. Windows color (decimal): -9682797 or 9650284. OLE color: 9650284.

HSL color Cylindrical-coordinate representation of color #6C4093: hue angle of 271.81º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C4093 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10864147-
CMYK0.270.5600.42
HSL271.81º39.34%41.37%-
HSV(B)271.81º56.46%57.65%-
XYZ13.288.9628.63-
YUV86.62162.08143.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.86%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 147 (57.81% from 255) = 46.08%
R=33.86%
G=20.06%
B=46.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108641470.270.5600.42271.8139.3441.37
Hex6C40931B3802A1102729
Octal15410022333700524204751
Binary1101100100000010010011110111110000101010100010000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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