#611EAE

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

Shades of Purple Heart #611EAE

Tints of Purple Heart #611EAE

Color information

#611EAE (or 0x611EAE) is unknown color: approx Purple Heart. HEX triplet: 61, 1E and AE. RGB value is (97,30,174). Sum of RGB (Red+Green+Blue) = 97+30+174=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #611EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611EAE is #9EE151. Grayscale: #414141. Windows color (decimal): -10412370 or 11411041. OLE color: 11411041.

HSL color Cylindrical-coordinate representation of color #611EAE: hue angle of 267.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #611EAE is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9730174-
CMYK0.440.8300.32
HSL267.92º70.59%40%-
HSV(B)267.92º82.76%68.24%-
XYZ13.036.5340.62-
YUV66.45188.7149.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.23%
GREEN value IS 30 (12.11% from 255) = 9.97%
BLUE value IS 174 (68.36% from 255) = 57.81%
R=32.23%
G=9.97%
B=57.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97301740.440.8300.32267.9270.5940
Hex611EAE2C5302010c4728
Octal141362565412304041410750
Binary11000011111010101110101100101001101000001000011001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611EAE; }

 p { color: rgb(97,30,174); }

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

<style>
 a { background-color: #611EAE; }

 a { background-color: rgb(97,30,174); }

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

<style>
 span { border-color: #611EAE; }

 span { border-color: rgb(97,30,174); }

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