Html Css Color HEX #5F1ED1 Purple Heart

📋 copy color: '#5F1ED1'

red 95 ◦ green 30 ◦ blue 209

#5F1ED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5F1ED1

Tints of Purple Heart #5F1ED1

RGB

 RED value IS 95 (37.5% from 255) = 28.44%

 GREEN value IS 30 (12.11% from 255) = 8.98%

 BLUE value IS 209 (82.03% from 255) = 62.57%

R = 28.44%
G = 8.98%
B = 62.57%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5F1ED1 (or 0x5F1ED1) is known color: Purple Heart. HEX triplet: 5F, 1E and D1. RGB value is (95,30,209). Sum of RGB (Red+Green+Blue) = 95+30+209=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 209 (82.03% from 255 or 62.57% from 334); Max value from RGB is 209 - color contains mainly: blue. Hex color #5F1ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1ED1 is #A0E12E. Grayscale: #454545. Windows color (decimal): -10543407 or 13704799. OLE color: 13704799.

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

Color convert

RGB 95 30 209 -
CMYK 0.55 0.86 0 0.18
HSL 261.79º 0.75% 0.47% -
HSV(B) 261.79º 0.86% 0.82% -
XYZ 16.69 7.96 60.98 -
YUV 69.84 206.53 145.95 -
System Red Green Blue C M Y K H S L
Decimal 95 30 209 0.55 0.86 0 0.18 261.79 0.75 0.47
Hex 5F 1E D1 37 56 0 12 106 4B 2F
Octal 137 36 321 67 126 0 22 406 113 57
Binary 1011111 11110 11010001 110111 1010110 0 10010 100000110 1001011 101111

Color Harmonies of #5F1ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1ED1

Black with #5F1ED1

Text Example


Text Example

White with #5F1ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F1ED1;
 }
 .AnyTagClassName
 {
   color: #5F1ED1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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