#65016B

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

Shades of Purple #65016B

Tints of Purple #65016B

Color information

#65016B (or 0x65016B) is unknown color: approx Purple. HEX triplet: 65, 01 and 6B. RGB value is (101,1,107). Sum of RGB (Red+Green+Blue) = 101+1+107=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #65016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65016B is #9AFE94. Grayscale: #2A2A2A. Windows color (decimal): -10157717 or 7012709. OLE color: 7012709.

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

Color convert

RGB1011107-
CMYK0.060.9900.58
HSL296.6º98.15%21.18%-
HSV(B)296.6º99.07%41.96%-
XYZ8.033.8514.23-
YUV42.98164.13169.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.33%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=48.33%
G=0.48%
B=51.20%

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
Decimal10111070.060.9900.58296.698.1521.18
Hex6516B66303A1296215
Octal1451153614307245114225
Binary11001011110101111011000110111010100101001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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