#650A70

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

Shades of Purple #650A70

Tints of Purple #650A70

Color information

#650A70 (or 0x650A70) is unknown color: approx Purple. HEX triplet: 65, 0A and 70. RGB value is (101,10,112). Sum of RGB (Red+Green+Blue) = 101+10+112=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #650A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650A70 is #9AF58F. Grayscale: #303030. Windows color (decimal): -10155408 or 7342693. OLE color: 7342693.

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

Color convert

RGB10110112-
CMYK0.100.9100.56
HSL293.53º83.61%23.92%-
HSV(B)293.53º91.07%43.92%-
XYZ8.44.1515.69-
YUV48.84163.65165.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.29%
GREEN value IS 10 (4.30% from 255) = 4.48%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=45.29%
G=4.48%
B=50.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101101120.100.9100.56293.5383.6123.92
Hex65A70A5B0381265418
Octal145121601213307044612430
Binary110010110101110000101010110110111000100100110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650A70; }

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

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

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

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

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

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

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

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