Html Css Color HEX #5E16AB Purple Heart

📋 copy color: '#5E16AB'

red 94 ◦ green 22 ◦ blue 171

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

Shades of Purple Heart #5E16AB

Tints of Purple Heart #5E16AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 32.75%
G = 7.67%
B = 59.58%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E16AB (or 0x5E16AB) is known color: Purple Heart. HEX triplet: 5E, 16 and AB. RGB value is (94,22,171). Sum of RGB (Red+Green+Blue) = 94+22+171=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E16AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E16AB is #A1E954. Grayscale: #3B3B3B. Windows color (decimal): -10611029 or 11212382. OLE color: 11212382.

HSL color Cylindrical-coordinate representation of color #5E16AB: hue angle of 268.99º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E16AB is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 22 171 -
CMYK 0.45 0.87 0 0.33
HSL 268.99º 0.77% 0.38% -
HSV(B) 268.99º 0.87% 0.67% -
XYZ 12.25 5.89 39.02 -
YUV 60.51 190.35 151.88 -
System Red Green Blue C M Y K H S L
Decimal 94 22 171 0.45 0.87 0 0.33 268.99 0.77 0.38
Hex 5E 16 AB 2D 57 0 21 10D 4D 26
Octal 136 26 253 55 127 0 41 415 115 46
Binary 1011110 10110 10101011 101101 1010111 0 100001 100001101 1001101 100110

Color Harmonies of #5E16AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E16AB

Black with #5E16AB

Text Example


Text Example

White with #5E16AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,22,171); }

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

background-color css

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

 a { background-color: rgb(94,22,171); }

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

border-color css

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

 span { border-color: rgb(94,22,171); }

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