#6C0D93

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

Shades of Purple #6C0D93

Tints of Purple #6C0D93

Color information

#6C0D93 (or 0x6C0D93) is unknown color: approx Purple. HEX triplet: 6C, 0D and 93. RGB value is (108,13,147). Sum of RGB (Red+Green+Blue) = 108+13+147=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C0D93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0D93 is #93F26C. Grayscale: #383838. Windows color (decimal): -9695853 or 9637228. OLE color: 9637228.

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

Color convert

RGB10813147-
CMYK0.270.9100.42
HSL282.54º83.75%31.37%-
HSV(B)282.54º91.16%57.65%-
XYZ11.595.5828.07-
YUV56.68178.97164.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.30%
GREEN value IS 13 (5.47% from 255) = 4.85%
BLUE value IS 147 (57.81% from 255) = 54.85%
R=40.30%
G=4.85%
B=54.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108131470.270.9100.42282.5483.7531.37
Hex6CD931B5B02A11b541f
Octal154152233313305243312437
Binary11011001101100100111101110110110101010100011011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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