#650170

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

Shades of Purple #650170

Tints of Purple #650170

Color information

#650170 (or 0x650170) is unknown color: approx Purple. HEX triplet: 65, 01 and 70. RGB value is (101,1,112). Sum of RGB (Red+Green+Blue) = 101+1+112=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #650170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650170 is #9AFE8F. Grayscale: #2B2B2B. Windows color (decimal): -10157712 or 7340389. OLE color: 7340389.

HSL color Cylindrical-coordinate representation of color #650170: hue angle of 294.05º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650170 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1011112-
CMYK0.100.9900.56
HSL294.05º98.23%22.16%-
HSV(B)294.05º99.11%43.92%-
XYZ8.33.9615.66-
YUV43.55166.63168.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=47.20%
G=0.47%
B=52.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10111120.100.9900.56294.0598.2322.16
Hex65170A630381266216
Octal14511601214307044614226
Binary110010111110000101011000110111000100100110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650170; }

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

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

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

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

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

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

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

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