#6C0165

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

Shades of Purple #6C0165

Tints of Purple #6C0165

Color information

#6C0165 (or 0x6C0165) is unknown color: approx Purple. HEX triplet: 6C, 01 and 65. RGB value is (108,1,101). Sum of RGB (Red+Green+Blue) = 108+1+101=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0165 is #93FE9A. Grayscale: #2C2C2C. Windows color (decimal): -9698971 or 6619500. OLE color: 6619500.

HSL color Cylindrical-coordinate representation of color #6C0165: hue angle of 303.93º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0165 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB1081101-
CMYK00.990.060.58
HSL303.93º98.17%21.37%-
HSV(B)303.93º99.07%42.35%-
XYZ8.544.1512.66-
YUV44.39159.95173.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.43%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 101 (39.84% from 255) = 48.10%
R=51.43%
G=0.48%
B=48.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108110100.990.060.58303.9398.1721.37
Hex6C16506363A1306215
Octal1541145014367246014225
Binary11011001110010101100011110111010100110000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,1,101); }

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

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

 a { background-color: rgb(108,1,101); }

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

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

 span { border-color: rgb(108,1,101); }

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