#650272

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

Shades of Purple #650272

Tints of Purple #650272

Color information

#650272 (or 0x650272) is unknown color: approx Purple. HEX triplet: 65, 02 and 72. RGB value is (101,2,114). Sum of RGB (Red+Green+Blue) = 101+2+114=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #650272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650272 is #9AFD8D. Grayscale: #2C2C2C. Windows color (decimal): -10157454 or 7471717. OLE color: 7471717.

HSL color Cylindrical-coordinate representation of color #650272: hue angle of 293.04º 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 #650272 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1012114-
CMYK0.110.9800.55
HSL293.04º96.55%22.75%-
HSV(B)293.04º98.25%44.71%-
XYZ8.434.0316.25-
YUV44.37167.3168.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=46.54%
G=0.92%
B=52.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10121140.110.9800.55293.0496.5522.75
Hex65272B620371256117
Octal14521621314206744514127
Binary1100101101110010101111000100110111100100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650272; }

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

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

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

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

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

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

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

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