#650070

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

Shades of Purple #650070

Tints of Purple #650070

Color information

#650070 (or 0x650070) is unknown color: approx Purple. HEX triplet: 65, 00 and 70. RGB value is (101,0,112). Sum of RGB (Red+Green+Blue) = 101+0+112=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #650070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650070 is #9AFF8F. Grayscale: #2A2A2A. Windows color (decimal): -10157968 or 7340133. OLE color: 7340133.

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

Color convert

RGB1010112-
CMYK0.10100.56
HSL294.11º100%21.96%-
HSV(B)294.11º100%43.92%-
XYZ8.293.9415.65-
YUV42.97166.96169.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=47.42%
G=0%
B=52.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10101120.10100.56294.1110021.96
Hex65070A640381266416
Octal14501601214407044614426
Binary110010101110000101011001000111000100100110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650070; }

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

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

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

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

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

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

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

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