#650C72

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

Shades of Purple #650C72

Tints of Purple #650C72

Color information

#650C72 (or 0x650C72) is unknown color: approx Purple. HEX triplet: 65, 0C and 72. RGB value is (101,12,114). Sum of RGB (Red+Green+Blue) = 101+12+114=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #650C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650C72 is #9AF38D. Grayscale: #313131. Windows color (decimal): -10154894 or 7474277. OLE color: 7474277.

HSL color Cylindrical-coordinate representation of color #650C72: hue angle of 292.35º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650C72 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10112114-
CMYK0.110.8900.55
HSL292.35º80.95%24.71%-
HSV(B)292.35º89.47%44.71%-
XYZ8.544.2416.29-
YUV50.24163.99164.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 12 (5.08% from 255) = 5.29%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=44.49%
G=5.29%
B=50.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101121140.110.8900.55292.3580.9524.71
Hex65C72B590371245119
Octal145141621313106744412131
Binary110010111001110010101110110010110111100100100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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