Html Css Color HEX #5E0CAD Purple Heart

📋 copy color: '#5E0CAD'

red 94 ◦ green 12 ◦ blue 173

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

Shades of Purple Heart #5E0CAD

Tints of Purple Heart #5E0CAD

RGB

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

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

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

R = 33.69%
G = 4.3%
B = 62.01%

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

#5E0CAD (or 0x5E0CAD) is known color: Purple Heart. HEX triplet: 5E, 0C and AD. RGB value is (94,12,173). Sum of RGB (Red+Green+Blue) = 94+12+173=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E0CAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0CAD is #A1F352. Grayscale: #363636. Windows color (decimal): -10613587 or 11340894. OLE color: 11340894.

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

Color convert

RGB 94 12 173 -
CMYK 0.46 0.93 0 0.32
HSL 270.56º 0.87% 0.36% -
HSV(B) 270.56º 0.93% 0.68% -
XYZ 12.29 5.66 39.98 -
YUV 54.87 194.67 155.91 -
System Red Green Blue C M Y K H S L
Decimal 94 12 173 0.46 0.93 0 0.32 270.56 0.87 0.36
Hex 5E C AD 2E 5D 0 20 10F 57 24
Octal 136 14 255 56 135 0 40 417 127 44
Binary 1011110 1100 10101101 101110 1011101 0 100000 100001111 1010111 100100

Color Harmonies of #5E0CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0CAD

Black with #5E0CAD

Text Example


Text Example

White with #5E0CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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