#650C76

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

Shades of Purple #650C76

Tints of Purple #650C76

Color information

#650C76 (or 0x650C76) is unknown color: approx Purple. HEX triplet: 65, 0C and 76. RGB value is (101,12,118). Sum of RGB (Red+Green+Blue) = 101+12+118=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #650C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650C76 is #9AF389. Grayscale: #323232. Windows color (decimal): -10154890 or 7736421. OLE color: 7736421.

HSL color Cylindrical-coordinate representation of color #650C76: hue angle of 290.38º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650C76 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10112118-
CMYK0.140.9000.54
HSL290.38º81.54%25.49%-
HSV(B)290.38º89.83%46.27%-
XYZ8.774.3417.51-
YUV50.69165.99163.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.72%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=43.72%
G=5.19%
B=51.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101121180.140.9000.54290.3881.5425.49
Hex65C76E5A0361225219
Octal145141661613206644212231
Binary110010111001110110111010110100110110100100010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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