#612EAE

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

Shades of Purple Heart #612EAE

Tints of Purple Heart #612EAE

Color information

#612EAE (or 0x612EAE) is unknown color: approx Purple Heart. HEX triplet: 61, 2E and AE. RGB value is (97,46,174). Sum of RGB (Red+Green+Blue) = 97+46+174=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #612EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612EAE is #9ED151. Grayscale: #4B4B4B. Windows color (decimal): -10408274 or 11415137. OLE color: 11415137.

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

Color convert

RGB9746174-
CMYK0.440.7400.32
HSL263.91º58.18%43.14%-
HSV(B)263.91º73.56%68.24%-
XYZ13.557.5540.79-
YUV75.84183.4143.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 46 (18.36% from 255) = 14.51%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=30.60%
G=14.51%
B=54.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97461740.440.7400.32263.9158.1843.14
Hex612EAE2C4A0201083a2b
Octal14156256541120404107253
Binary11000011011101010111010110010010100100000100001000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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