Html Css Color HEX #5E0FAE Purple Heart

📋 copy color: '#5E0FAE'

red 94 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #5E0FAE

Tints of Purple Heart #5E0FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

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

R = 33.22%
G = 5.3%
B = 61.48%

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

#5E0FAE (or 0x5E0FAE) is known color: Purple Heart. HEX triplet: 5E, 0F and AE. RGB value is (94,15,174). Sum of RGB (Red+Green+Blue) = 94+15+174=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E0FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0FAE is #A1F051. Grayscale: #383838. Windows color (decimal): -10612818 or 11407198. OLE color: 11407198.

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

Color convert

RGB 94 15 174 -
CMYK 0.46 0.91 0 0.32
HSL 269.81º 0.84% 0.37% -
HSV(B) 269.81º 0.91% 0.68% -
XYZ 12.43 5.78 40.5 -
YUV 56.75 194.17 154.57 -
System Red Green Blue C M Y K H S L
Decimal 94 15 174 0.46 0.91 0 0.32 269.81 0.84 0.37
Hex 5E F AE 2E 5B 0 20 10E 54 25
Octal 136 17 256 56 133 0 40 416 124 45
Binary 1011110 1111 10101110 101110 1011011 0 100000 100001110 1010100 100101

Color Harmonies of #5E0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0FAE

Black with #5E0FAE

Text Example


Text Example

White with #5E0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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