Html Css Color HEX #5F0EAD Purple Heart

📋 copy color: '#5F0EAD'

red 95 ◦ green 14 ◦ blue 173

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

Shades of Purple Heart #5F0EAD

Tints of Purple Heart #5F0EAD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.96%

 BLUE value IS 173 (67.97% from 255) = 61.35%

R = 33.69%
G = 4.96%
B = 61.35%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F0EAD (or 0x5F0EAD) is known color: Purple Heart. HEX triplet: 5F, 0E and AD. RGB value is (95,14,173). Sum of RGB (Red+Green+Blue) = 95+14+173=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F0EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0EAD is #A0F152. Grayscale: #373737. Windows color (decimal): -10547539 or 11341407. OLE color: 11341407.

HSL color Cylindrical-coordinate representation of color #5F0EAD: hue angle of 270.57º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F0EAD is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 14 173 -
CMYK 0.45 0.92 0 0.32
HSL 270.57º 0.85% 0.37% -
HSV(B) 270.57º 0.92% 0.68% -
XYZ 12.42 5.76 39.99 -
YUV 56.35 193.84 155.57 -
System Red Green Blue C M Y K H S L
Decimal 95 14 173 0.45 0.92 0 0.32 270.57 0.85 0.37
Hex 5F E AD 2D 5C 0 20 10F 55 25
Octal 137 16 255 55 134 0 40 417 125 45
Binary 1011111 1110 10101101 101101 1011100 0 100000 100001111 1010101 100101

Color Harmonies of #5F0EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0EAD

Black with #5F0EAD

Text Example


Text Example

White with #5F0EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,14,173); }

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

background-color css

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

 a { background-color: rgb(95,14,173); }

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

border-color css

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

 span { border-color: rgb(95,14,173); }

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