#650273

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

Shades of Purple #650273

Tints of Purple #650273

Color information

#650273 (or 0x650273) is unknown color: approx Purple. HEX triplet: 65, 02 and 73. RGB value is (101,2,115). Sum of RGB (Red+Green+Blue) = 101+2+115=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #650273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650273 is #9AFD8C. Grayscale: #2C2C2C. Windows color (decimal): -10157453 or 7537253. OLE color: 7537253.

HSL color Cylindrical-coordinate representation of color #650273: hue angle of 292.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650273 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1012115-
CMYK0.120.9800.55
HSL292.57º96.58%22.94%-
HSV(B)292.57º98.26%45.1%-
XYZ8.484.0516.55-
YUV44.48167.8168.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 115 (45.31% from 255) = 52.75%
R=46.33%
G=0.92%
B=52.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10121150.120.9800.55292.5796.5822.94
Hex65273C620371256117
Octal14521631414206744514127
Binary1100101101110011110011000100110111100100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650273; }

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

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

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

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

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

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

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

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