#6C0885

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

Shades of Purple #6C0885

Tints of Purple #6C0885

Color information

#6C0885 (or 0x6C0885) is unknown color: approx Purple. HEX triplet: 6C, 08 and 85. RGB value is (108,8,133). Sum of RGB (Red+Green+Blue) = 108+8+133=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C0885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0885 is #93F77A. Grayscale: #333333. Windows color (decimal): -9697147 or 8718444. OLE color: 8718444.

HSL color Cylindrical-coordinate representation of color #6C0885: hue angle of 288º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0885 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1088133-
CMYK0.190.9400.48
HSL288º88.65%27.65%-
HSV(B)288º93.98%52.16%-
XYZ10.55.0622.61-
YUV52.15173.63167.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.37%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=43.37%
G=3.21%
B=53.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10881330.190.9400.4828888.6527.65
Hex6C885135E030120591c
Octal154102052313606044013134
Binary11011001000100001011001110111100110000100100000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,8,133); }

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

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

 a { background-color: rgb(108,8,133); }

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

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

 span { border-color: rgb(108,8,133); }

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