#650BC6

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

Shades of Purple Heart #650BC6

Tints of Purple Heart #650BC6

Color information

#650BC6 (or 0x650BC6) is unknown color: approx Purple Heart. HEX triplet: 65, 0B and C6. RGB value is (101,11,198). Sum of RGB (Red+Green+Blue) = 101+11+198=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 198 (77.73% from 255 or 63.87% from 310); Max value from RGB is 198 - color contains mainly: blue. Hex color #650BC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650BC6 is #9AF439. Grayscale: #3A3A3A. Windows color (decimal): -10155066 or 12979045. OLE color: 12979045.

HSL color Cylindrical-coordinate representation of color #650BC6: hue angle of 268.88º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650BC6 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10111198-
CMYK0.490.9400.22
HSL268.88º89.47%40.98%-
HSV(B)268.88º94.44%77.65%-
XYZ15.687.0853.97-
YUV59.23206.32157.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 11 (4.69% from 255) = 3.55%
BLUE value IS 198 (77.73% from 255) = 63.87%
R=32.58%
G=3.55%
B=63.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101111980.490.9400.22268.8889.4740.98
Hex65BC6315E01610d5929
Octal145133066113602641513151
Binary110010110111100011011000110111100101101000011011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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