#5f3dd1

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

Shades of Purple Heart #5F3DD1

Tints of Purple Heart #5F3DD1

Color information

#5F3DD1 (or 0x5F3DD1) is unknown color: approx Purple Heart. HEX triplet: 5F, 3D and D1. RGB value is (95,61,209). Sum of RGB (Red+Green+Blue) = 95+61+209=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 209 (82.03% from 255 or 57.26% from 365); Max value from RGB is 209 - color contains mainly: blue. Hex color #5F3DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3DD1 is #A0C22E. Grayscale: #575757. Windows color (decimal): -10535471 or 13712735. OLE color: 13712735.

HSL color Cylindrical-coordinate representation of color #5F3DD1: hue angle of 253.78º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F3DD1 is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9561209-
CMYK0.550.7100.18
HSL253.78º61.67%52.94%-
HSV(B)253.78º70.81%81.96%-
XYZ17.910.3761.38-
YUV88.04196.26132.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.03%
GREEN value IS 61 (24.22% from 255) = 16.71%
BLUE value IS 209 (82.03% from 255) = 57.26%
R=26.03%
G=16.71%
B=57.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal95612090.550.7100.18253.7861.6752.94
Hex5F3DD13747012fe3e35
Octal13775321671070223767665
Binary101111111110111010001110111100011101001011111110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f3dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,61,209); }

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

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

 a { background-color: rgb(95,61,209); }

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

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

 span { border-color: rgb(95,61,209); }

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