#5F2EE1

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

Shades of Purple Heart #5F2EE1

Tints of Purple Heart #5F2EE1

Color information

#5F2EE1 (or 0x5F2EE1) is unknown color: approx Purple Heart. HEX triplet: 5F, 2E and E1. RGB value is (95,46,225). Sum of RGB (Red+Green+Blue) = 95+46+225=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 225 (88.28% from 255 or 61.48% from 366); Max value from RGB is 225 - color contains mainly: blue. Hex color #5F2EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2EE1 is #A0D11E. Grayscale: #505050. Windows color (decimal): -10539295 or 14757471. OLE color: 14757471.

HSL color Cylindrical-coordinate representation of color #5F2EE1: hue angle of 256.42º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F2EE1 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9546225-
CMYK0.580.8000.12
HSL256.42º74.9%53.14%-
HSV(B)256.42º79.56%88.24%-
XYZ19.299.8272.11-
YUV81.06209.23137.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.96%
GREEN value IS 46 (18.36% from 255) = 12.57%
BLUE value IS 225 (88.28% from 255) = 61.48%
R=25.96%
G=12.57%
B=61.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal95462250.580.8000.12256.4274.953.14
Hex5F2EE13A500C1004b35
Octal137563417212001440011365
Binary1011111101110111000011110101010000011001000000001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,46,225); }

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

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

 a { background-color: rgb(95,46,225); }

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

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

 span { border-color: rgb(95,46,225); }

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