#65016C

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

Shades of Purple #65016C

Tints of Purple #65016C

Color information

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

HSL color Cylindrical-coordinate representation of color #65016C: hue angle of 296.07º 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 #65016C is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1011108-
CMYK0.060.9900.58
HSL296.07º98.17%21.37%-
HSV(B)296.07º99.07%42.35%-
XYZ8.083.8714.51-
YUV43.1164.63169.3-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10111080.060.9900.58296.0798.1721.37
Hex6516C66303A1286215
Octal1451154614307245014225
Binary11001011110110011011000110111010100101000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65016C; }

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

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

<style>
 a { background-color: #65016C; }

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

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

<style>
 span { border-color: #65016C; }

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

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