#5F3AE0

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

Shades of Purple Heart #5F3AE0

Tints of Purple Heart #5F3AE0

Color information

#5F3AE0 (or 0x5F3AE0) is unknown color: approx Purple Heart. HEX triplet: 5F, 3A and E0. RGB value is (95,58,224). Sum of RGB (Red+Green+Blue) = 95+58+224=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 224 (87.89% from 255 or 59.42% from 377); Max value from RGB is 224 - color contains mainly: blue. Hex color #5F3AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3AE0 is #A0C51F. Grayscale: #575757. Windows color (decimal): -10536224 or 14695007. OLE color: 14695007.

HSL color Cylindrical-coordinate representation of color #5F3AE0: hue angle of 253.37º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F3AE0 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9558224-
CMYK0.580.7400.12
HSL253.37º72.81%55.29%-
HSV(B)253.37º74.11%87.84%-
XYZ19.6910.8471.58-
YUV87.99204.76133-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 58 (23.05% from 255) = 15.38%
BLUE value IS 224 (87.89% from 255) = 59.42%
R=25.20%
G=15.38%
B=59.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal95582240.580.7400.12253.3772.8155.29
Hex5F3AE03A4A0Cfd4937
Octal137723407211201437511167
Binary101111111101011100000111010100101001100111111011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,58,224); }

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

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

 a { background-color: rgb(95,58,224); }

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

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

 span { border-color: rgb(95,58,224); }

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