#6C0895

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

Shades of Purple #6C0895

Tints of Purple #6C0895

Color information

#6C0895 (or 0x6C0895) is unknown color: approx Purple. HEX triplet: 6C, 08 and 95. RGB value is (108,8,149). Sum of RGB (Red+Green+Blue) = 108+8+149=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C0895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0895 is #93F76A. Grayscale: #353535. Windows color (decimal): -9697131 or 9767020. OLE color: 9767020.

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

Color convert

RGB1088149-
CMYK0.280.9500.42
HSL282.55º89.81%30.78%-
HSV(B)282.55º94.63%58.43%-
XYZ11.75.5328.89-
YUV53.97181.63166.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.75%
GREEN value IS 8 (3.52% from 255) = 3.02%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=40.75%
G=3.02%
B=56.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10881490.280.9500.42282.5589.8130.78
Hex6C8951C5F02A11b5a1f
Octal154102253413705243313237
Binary11011001000100101011110010111110101010100011011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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