#6c0b95

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

Shades of Purple #6C0B95

Tints of Purple #6C0B95

Color information

#6C0B95 (or 0x6C0B95) is unknown color: approx Purple. HEX triplet: 6C, 0B and 95. RGB value is (108,11,149). Sum of RGB (Red+Green+Blue) = 108+11+149=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C0B95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0B95 is #93F46A. Grayscale: #373737. Windows color (decimal): -9696363 or 9767788. OLE color: 9767788.

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

Color convert

RGB10811149-
CMYK0.280.9300.42
HSL282.17º86.25%31.37%-
HSV(B)282.17º92.62%58.43%-
XYZ11.735.628.9-
YUV55.74180.64165.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.30%
GREEN value IS 11 (4.69% from 255) = 4.10%
BLUE value IS 149 (58.59% from 255) = 55.60%
R=40.30%
G=4.10%
B=55.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108111490.280.9300.42282.1786.2531.37
Hex6CB951C5D02A11a561f
Octal154132253413505243212637
Binary11011001011100101011110010111010101010100011010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c0b95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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