Html Css Color HEX #5E10AB Purple Heart

📋 copy color: '#5E10AB'

red 94 ◦ green 16 ◦ blue 171

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

Shades of Purple Heart #5E10AB

Tints of Purple Heart #5E10AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

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

R = 33.45%
G = 5.69%
B = 60.85%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E10AB (or 0x5E10AB) is known color: Purple Heart. HEX triplet: 5E, 10 and AB. RGB value is (94,16,171). Sum of RGB (Red+Green+Blue) = 94+16+171=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E10AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E10AB is #A1EF54. Grayscale: #383838. Windows color (decimal): -10612565 or 11210846. OLE color: 11210846.

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

Color convert

RGB 94 16 171 -
CMYK 0.45 0.91 0 0.33
HSL 270.19º 0.83% 0.37% -
HSV(B) 270.19º 0.91% 0.67% -
XYZ 12.15 5.69 38.99 -
YUV 56.99 192.34 154.4 -
System Red Green Blue C M Y K H S L
Decimal 94 16 171 0.45 0.91 0 0.33 270.19 0.83 0.37
Hex 5E 10 AB 2D 5B 0 21 10E 53 25
Octal 136 20 253 55 133 0 41 416 123 45
Binary 1011110 10000 10101011 101101 1011011 0 100001 100001110 1010011 100101

Color Harmonies of #5E10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E10AB

Black with #5E10AB

Text Example


Text Example

White with #5E10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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