Html Css Color HEX #5E0CAA Purple Heart

📋 copy color: '#5E0CAA'

red 94 ◦ green 12 ◦ blue 170

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

Shades of Purple Heart #5E0CAA

Tints of Purple Heart #5E0CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.59%

R = 34.06%
G = 4.35%
B = 61.59%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E0CAA (or 0x5E0CAA) is known color: Purple Heart. HEX triplet: 5E, 0C and AA. RGB value is (94,12,170). Sum of RGB (Red+Green+Blue) = 94+12+170=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E0CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0CAA is #A1F355. Grayscale: #353535. Windows color (decimal): -10613590 or 11144286. OLE color: 11144286.

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

Color convert

RGB 94 12 170 -
CMYK 0.45 0.93 0 0.33
HSL 271.14º 0.87% 0.36% -
HSV(B) 271.14º 0.93% 0.67% -
XYZ 12 5.54 38.47 -
YUV 54.53 193.17 156.15 -
System Red Green Blue C M Y K H S L
Decimal 94 12 170 0.45 0.93 0 0.33 271.14 0.87 0.36
Hex 5E C AA 2D 5D 0 21 10F 57 24
Octal 136 14 252 55 135 0 41 417 127 44
Binary 1011110 1100 10101010 101101 1011101 0 100001 100001111 1010111 100100

Color Harmonies of #5E0CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0CAA

Black with #5E0CAA

Text Example


Text Example

White with #5E0CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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