#650B73

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

Shades of Purple #650B73

Tints of Purple #650B73

Color information

#650B73 (or 0x650B73) is unknown color: approx Purple. HEX triplet: 65, 0B and 73. RGB value is (101,11,115). Sum of RGB (Red+Green+Blue) = 101+11+115=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #650B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650B73 is #9AF48C. Grayscale: #313131. Windows color (decimal): -10155149 or 7539557. OLE color: 7539557.

HSL color Cylindrical-coordinate representation of color #650B73: hue angle of 291.92º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650B73 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10111115-
CMYK0.120.9000.55
HSL291.92º82.54%24.71%-
HSV(B)291.92º90.43%45.1%-
XYZ8.584.2416.59-
YUV49.77164.82164.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 11 (4.69% from 255) = 4.85%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=44.49%
G=4.85%
B=50.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101111150.120.9000.55291.9282.5424.71
Hex65B73C5A0371245319
Octal145131631413206744412331
Binary110010110111110011110010110100110111100100100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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