Html Css Color HEX #5E10AD Purple Heart

📋 copy color: '#5E10AD'

red 94 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #5E10AD

Tints of Purple Heart #5E10AD

RGB

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

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

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

R = 33.22%
G = 5.65%
B = 61.13%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E10AD (or 0x5E10AD) is known color: Purple Heart. HEX triplet: 5E, 10 and AD. RGB value is (94,16,173). Sum of RGB (Red+Green+Blue) = 94+16+173=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E10AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E10AD is #A1EF52. Grayscale: #383838. Windows color (decimal): -10612563 or 11341918. OLE color: 11341918.

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

Color convert

RGB 94 16 173 -
CMYK 0.46 0.91 0 0.32
HSL 269.81º 0.83% 0.37% -
HSV(B) 269.81º 0.91% 0.68% -
XYZ 12.34 5.77 40 -
YUV 57.22 193.34 154.23 -
System Red Green Blue C M Y K H S L
Decimal 94 16 173 0.46 0.91 0 0.32 269.81 0.83 0.37
Hex 5E 10 AD 2E 5B 0 20 10E 53 25
Octal 136 20 255 56 133 0 40 416 123 45
Binary 1011110 10000 10101101 101110 1011011 0 100000 100001110 1010011 100101

Color Harmonies of #5E10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E10AD

Black with #5E10AD

Text Example


Text Example

White with #5E10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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