Html Css Color HEX #5E0CAE Purple Heart

📋 copy color: '#5E0CAE'

red 94 ◦ green 12 ◦ blue 174

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

Shades of Purple Heart #5E0CAE

Tints of Purple Heart #5E0CAE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.29%

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

R = 33.57%
G = 4.29%
B = 62.14%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E0CAE (or 0x5E0CAE) is known color: Purple Heart. HEX triplet: 5E, 0C and AE. RGB value is (94,12,174). Sum of RGB (Red+Green+Blue) = 94+12+174=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E0CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0CAE is #A1F351. Grayscale: #363636. Windows color (decimal): -10613586 or 11406430. OLE color: 11406430.

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

Color convert

RGB 94 12 174 -
CMYK 0.46 0.93 0 0.32
HSL 270.37º 0.87% 0.36% -
HSV(B) 270.37º 0.93% 0.68% -
XYZ 12.39 5.7 40.49 -
YUV 54.99 195.17 155.83 -
System Red Green Blue C M Y K H S L
Decimal 94 12 174 0.46 0.93 0 0.32 270.37 0.87 0.36
Hex 5E C AE 2E 5D 0 20 10E 57 24
Octal 136 14 256 56 135 0 40 416 127 44
Binary 1011110 1100 10101110 101110 1011101 0 100000 100001110 1010111 100100

Color Harmonies of #5E0CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0CAE

Black with #5E0CAE

Text Example


Text Example

White with #5E0CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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