Html Css Color HEX #5E10AE Purple Heart

📋 copy color: '#5E10AE'

red 94 ◦ green 16 ◦ blue 174

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

Shades of Purple Heart #5E10AE

Tints of Purple Heart #5E10AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.27%

R = 33.1%
G = 5.63%
B = 61.27%

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

#5E10AE (or 0x5E10AE) is known color: Purple Heart. HEX triplet: 5E, 10 and AE. RGB value is (94,16,174). Sum of RGB (Red+Green+Blue) = 94+16+174=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E10AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E10AE is #A1EF51. Grayscale: #383838. Windows color (decimal): -10612562 or 11407454. OLE color: 11407454.

HSL color Cylindrical-coordinate representation of color #5E10AE: hue angle of 269.62º 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 #5E10AE is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 16 174 -
CMYK 0.46 0.91 0 0.32
HSL 269.62º 0.83% 0.37% -
HSV(B) 269.62º 0.91% 0.68% -
XYZ 12.44 5.81 40.51 -
YUV 57.33 193.84 154.15 -
System Red Green Blue C M Y K H S L
Decimal 94 16 174 0.46 0.91 0 0.32 269.62 0.83 0.37
Hex 5E 10 AE 2E 5B 0 20 10E 53 25
Octal 136 20 256 56 133 0 40 416 123 45
Binary 1011110 10000 10101110 101110 1011011 0 100000 100001110 1010011 100101

Color Harmonies of #5E10AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E10AE

Black with #5E10AE

Text Example


Text Example

White with #5E10AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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