#5F3AE2

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

Shades of Purple Heart #5F3AE2

Tints of Purple Heart #5F3AE2

Color information

#5F3AE2 (or 0x5F3AE2) is unknown color: approx Purple Heart. HEX triplet: 5F, 3A and E2. RGB value is (95,58,226). Sum of RGB (Red+Green+Blue) = 95+58+226=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 226 (88.67% from 255 or 59.63% from 379); Max value from RGB is 226 - color contains mainly: blue. Hex color #5F3AE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3AE2 is #A0C51D. Grayscale: #575757. Windows color (decimal): -10536222 or 14826079. OLE color: 14826079.

HSL color Cylindrical-coordinate representation of color #5F3AE2: hue angle of 253.21º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F3AE2 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9558226-
CMYK0.580.7400.11
HSL253.21º74.34%55.69%-
HSV(B)253.21º74.34%88.63%-
XYZ19.9610.9573.01-
YUV88.21205.76132.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.07%
GREEN value IS 58 (23.05% from 255) = 15.30%
BLUE value IS 226 (88.67% from 255) = 59.63%
R=25.07%
G=15.30%
B=59.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal95582260.580.7400.11253.2174.3455.69
Hex5F3AE23A4A0Bfd4a38
Octal137723427211201337511270
Binary101111111101011100010111010100101001011111111011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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