#6C0A75

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

Shades of Purple #6C0A75

Tints of Purple #6C0A75

Color information

#6C0A75 (or 0x6C0A75) is unknown color: approx Purple. HEX triplet: 6C, 0A and 75. RGB value is (108,10,117). Sum of RGB (Red+Green+Blue) = 108+10+117=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C0A75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0A75 is #93F58A. Grayscale: #333333. Windows color (decimal): -9696651 or 7670380. OLE color: 7670380.

HSL color Cylindrical-coordinate representation of color #6C0A75: hue angle of 294.95º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C0A75 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10810117-
CMYK0.080.9100.54
HSL294.95º84.25%24.9%-
HSV(B)294.95º91.45%45.88%-
XYZ9.54.6917.23-
YUV51.5164.97168.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 10 (4.30% from 255) = 4.26%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=45.96%
G=4.26%
B=49.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108101170.080.9100.54294.9584.2524.9
Hex6CA7585B0361275419
Octal154121651013306644712431
Binary110110010101110101100010110110110110100100111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,10,117); }

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

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

 a { background-color: rgb(108,10,117); }

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

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

 span { border-color: rgb(108,10,117); }

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