#65016D

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

Shades of Purple #65016D

Tints of Purple #65016D

Color information

#65016D (or 0x65016D) is unknown color: approx Purple. HEX triplet: 65, 01 and 6D. RGB value is (101,1,109). Sum of RGB (Red+Green+Blue) = 101+1+109=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #65016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65016D is #9AFE92. Grayscale: #2A2A2A. Windows color (decimal): -10157715 or 7143781. OLE color: 7143781.

HSL color Cylindrical-coordinate representation of color #65016D: hue angle of 295.56º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65016D is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1011109-
CMYK0.070.9900.57
HSL295.56º98.18%21.57%-
HSV(B)295.56º99.08%42.75%-
XYZ8.143.8914.79-
YUV43.21165.13169.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.87%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=47.87%
G=0.47%
B=51.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10111090.070.9900.57295.5698.1821.57
Hex6516D7630391286216
Octal1451155714307145014226
Binary11001011110110111111000110111001100101000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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