#650270

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

Shades of Purple #650270

Tints of Purple #650270

Color information

#650270 (or 0x650270) is unknown color: approx Purple. HEX triplet: 65, 02 and 70. RGB value is (101,2,112). Sum of RGB (Red+Green+Blue) = 101+2+112=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #650270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650270 is #9AFD8F. Grayscale: #2B2B2B. Windows color (decimal): -10157456 or 7340645. OLE color: 7340645.

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

Color convert

RGB1012112-
CMYK0.100.9800.56
HSL294º96.49%22.35%-
HSV(B)294º98.21%43.92%-
XYZ8.313.9815.66-
YUV44.14166.3168.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=46.98%
G=0.93%
B=52.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10121120.100.9800.5629496.4922.35
Hex65270A620381266016
Octal14521601214207044614026
Binary1100101101110000101011000100111000100100110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650270; }

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

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

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

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

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

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

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

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