Html Css Color HEX #5E1FA5 Purple Heart

📋 copy color: '#5E1FA5'

red 94 ◦ green 31 ◦ blue 165

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

Shades of Purple Heart #5E1FA5

Tints of Purple Heart #5E1FA5

RGB

 RED value IS 94 (37.11% from 255) = 32.41%

 GREEN value IS 31 (12.5% from 255) = 10.69%

 BLUE value IS 165 (64.84% from 255) = 56.9%

R = 32.41%
G = 10.69%
B = 56.9%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5E1FA5 (or 0x5E1FA5) is known color: Purple Heart. HEX triplet: 5E, 1F and A5. RGB value is (94,31,165). Sum of RGB (Red+Green+Blue) = 94+31+165=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 165 (64.84% from 255 or 56.90% from 290); Max value from RGB is 165 - color contains mainly: blue. Hex color #5E1FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1FA5 is #A1E05A. Grayscale: #404040. Windows color (decimal): -10608731 or 10821470. OLE color: 10821470.

HSL color Cylindrical-coordinate representation of color #5E1FA5: hue angle of 268.21º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E1FA5 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 94 31 165 -
CMYK 0.43 0.81 0 0.35
HSL 268.21º 0.68% 0.38% -
HSV(B) 268.21º 0.81% 0.65% -
XYZ 11.9 6.08 36.14 -
YUV 65.11 184.37 148.6 -
System Red Green Blue C M Y K H S L
Decimal 94 31 165 0.43 0.81 0 0.35 268.21 0.68 0.38
Hex 5E 1F A5 2B 51 0 23 10C 44 26
Octal 136 37 245 53 121 0 43 414 104 46
Binary 1011110 11111 10100101 101011 1010001 0 100011 100001100 1000100 100110

Color Harmonies of #5E1FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1FA5

Black with #5E1FA5

Text Example


Text Example

White with #5E1FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,31,165); }

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

background-color css

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

 a { background-color: rgb(94,31,165); }

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

border-color css

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

 span { border-color: rgb(94,31,165); }

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