#650FC2

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

Shades of Purple Heart #650FC2

Tints of Purple Heart #650FC2

Color information

#650FC2 (or 0x650FC2) is unknown color: approx Purple Heart. HEX triplet: 65, 0F and C2. RGB value is (101,15,194). Sum of RGB (Red+Green+Blue) = 101+15+194=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #650FC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650FC2 is #9AF03D. Grayscale: #3C3C3C. Windows color (decimal): -10154046 or 12717925. OLE color: 12717925.

HSL color Cylindrical-coordinate representation of color #650FC2: hue angle of 268.83º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650FC2 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10115194-
CMYK0.480.9200.24
HSL268.83º85.65%40.98%-
HSV(B)268.83º92.27%76.08%-
XYZ15.28751.59-
YUV61.12202.99156.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 15 (6.25% from 255) = 4.84%
BLUE value IS 194 (76.17% from 255) = 62.58%
R=32.58%
G=4.84%
B=62.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101151940.480.9200.24268.8385.6540.98
Hex65FC2305C01810d5629
Octal145173026013403041512651
Binary110010111111100001011000010111000110001000011011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,15,194); }

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

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

 a { background-color: rgb(101,15,194); }

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

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

 span { border-color: rgb(101,15,194); }

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