#650870

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

Shades of Purple #650870

Tints of Purple #650870

Color information

#650870 (or 0x650870) is unknown color: approx Purple. HEX triplet: 65, 08 and 70. RGB value is (101,8,112). Sum of RGB (Red+Green+Blue) = 101+8+112=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #650870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650870 is #9AF78F. Grayscale: #2F2F2F. Windows color (decimal): -10155920 or 7342181. OLE color: 7342181.

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

Color convert

RGB1018112-
CMYK0.100.9300.56
HSL293.65º86.67%23.53%-
HSV(B)293.65º92.86%43.92%-
XYZ8.384.1115.68-
YUV47.66164.31166.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.70%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 112 (44.14% from 255) = 50.68%
R=45.70%
G=3.62%
B=50.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10181120.100.9300.56293.6586.6723.53
Hex65870A5D0381265718
Octal145101601213507044612730
Binary110010110001110000101010111010111000100100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650870; }

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

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

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

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

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

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

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

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