Html Css Color HEX #5E1CA8 Purple Heart

📋 copy color: '#5E1CA8'

red 94 ◦ green 28 ◦ blue 168

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

Shades of Purple Heart #5E1CA8

Tints of Purple Heart #5E1CA8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.66%

 BLUE value IS 168 (66.02% from 255) = 57.93%

R = 32.41%
G = 9.66%
B = 57.93%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5E1CA8 (or 0x5E1CA8) is known color: Purple Heart. HEX triplet: 5E, 1C and A8. RGB value is (94,28,168). Sum of RGB (Red+Green+Blue) = 94+28+168=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 168 (66.02% from 255 or 57.93% from 290); Max value from RGB is 168 - color contains mainly: blue. Hex color #5E1CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1CA8 is #A1E357. Grayscale: #3F3F3F. Windows color (decimal): -10609496 or 11017310. OLE color: 11017310.

HSL color Cylindrical-coordinate representation of color #5E1CA8: hue angle of 268.29º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1CA8 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 94 28 168 -
CMYK 0.44 0.83 0 0.34
HSL 268.29º 0.71% 0.38% -
HSV(B) 268.29º 0.83% 0.66% -
XYZ 12.1 6.04 37.57 -
YUV 63.69 186.87 149.62 -
System Red Green Blue C M Y K H S L
Decimal 94 28 168 0.44 0.83 0 0.34 268.29 0.71 0.38
Hex 5E 1C A8 2C 53 0 22 10C 47 26
Octal 136 34 250 54 123 0 42 414 107 46
Binary 1011110 11100 10101000 101100 1010011 0 100010 100001100 1000111 100110

Color Harmonies of #5E1CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1CA8

Black with #5E1CA8

Text Example


Text Example

White with #5E1CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,28,168); }

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

background-color css

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

 a { background-color: rgb(94,28,168); }

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

border-color css

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

 span { border-color: rgb(94,28,168); }

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