Html Css Color HEX #5E1ABF Purple Heart

📋 copy color: '#5E1ABF'

red 94 ◦ green 26 ◦ blue 191

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

Shades of Purple Heart #5E1ABF

Tints of Purple Heart #5E1ABF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.36%

 BLUE value IS 191 (75% from 255) = 61.41%

R = 30.23%
G = 8.36%
B = 61.41%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E1ABF (or 0x5E1ABF) is known color: Purple Heart. HEX triplet: 5E, 1A and BF. RGB value is (94,26,191). Sum of RGB (Red+Green+Blue) = 94+26+191=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E1ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1ABF is #A1E540. Grayscale: #404040. Windows color (decimal): -10609985 or 12524126. OLE color: 12524126.

HSL color Cylindrical-coordinate representation of color #5E1ABF: hue angle of 264.73º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1ABF is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 26 191 -
CMYK 0.51 0.86 0 0.25
HSL 264.73º 0.76% 0.43% -
HSV(B) 264.73º 0.86% 0.75% -
XYZ 14.39 6.88 49.86 -
YUV 65.14 199.03 148.58 -
System Red Green Blue C M Y K H S L
Decimal 94 26 191 0.51 0.86 0 0.25 264.73 0.76 0.43
Hex 5E 1A BF 33 56 0 19 109 4C 2B
Octal 136 32 277 63 126 0 31 411 114 53
Binary 1011110 11010 10111111 110011 1010110 0 11001 100001001 1001100 101011

Color Harmonies of #5E1ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1ABF

Black with #5E1ABF

Text Example


Text Example

White with #5E1ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,26,191); }

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

background-color css

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

 a { background-color: rgb(94,26,191); }

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

border-color css

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

 span { border-color: rgb(94,26,191); }

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