#650FAE

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

Shades of Purple Heart #650FAE

Tints of Purple Heart #650FAE

Color information

#650FAE (or 0x650FAE) is unknown color: approx Purple Heart. HEX triplet: 65, 0F and AE. RGB value is (101,15,174). Sum of RGB (Red+Green+Blue) = 101+15+174=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #650FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650FAE is #9AF051. Grayscale: #3A3A3A. Windows color (decimal): -10154066 or 11407205. OLE color: 11407205.

HSL color Cylindrical-coordinate representation of color #650FAE: hue angle of 272.45º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650FAE is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10115174-
CMYK0.420.9100.32
HSL272.45º84.13%37.06%-
HSV(B)272.45º91.38%68.24%-
XYZ13.186.1640.54-
YUV58.84192.99158.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 15 (6.25% from 255) = 5.17%
BLUE value IS 174 (68.36% from 255) = 60%
R=34.83%
G=5.17%
B=60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101151740.420.9100.32272.4584.1337.06
Hex65FAE2A5B0201105425
Octal145172565213304042012445
Binary1100101111110101110101010101101101000001000100001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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