#5E09AF

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

Shades of Purple Heart #5E09AF

Tints of Purple Heart #5E09AF

Color information

#5E09AF (or 0x5E09AF) is unknown color: approx Purple Heart. HEX triplet: 5E, 09 and AF. RGB value is (94,9,175). Sum of RGB (Red+Green+Blue) = 94+9+175=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E09AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E09AF is #A1F650. Grayscale: #343434. Windows color (decimal): -10614353 or 11471198. OLE color: 11471198.

HSL color Cylindrical-coordinate representation of color #5E09AF: hue angle of 270.72º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E09AF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB949175-
CMYK0.460.9500.31
HSL270.72º90.22%36.08%-
HSV(B)270.72º94.86%68.63%-
XYZ12.455.6741-
YUV53.34196.66157-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.81%
GREEN value IS 9 (3.91% from 255) = 3.24%
BLUE value IS 175 (68.75% from 255) = 62.95%
R=33.81%
G=3.24%
B=62.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9491750.460.9500.31270.7290.2236.08
Hex5E9AF2E5F01F10f5a24
Octal136112575613703741713244
Binary101111010011010111110111010111110111111000011111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E09AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E09AF; }

 p { color: rgb(94,9,175); }

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

<style>
 a { background-color: #5E09AF; }

 a { background-color: rgb(94,9,175); }

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

<style>
 span { border-color: #5E09AF; }

 span { border-color: rgb(94,9,175); }

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