Html Css Color HEX #5E2ABC Purple Heart

📋 copy color: '#5E2ABC'

red 94 ◦ green 42 ◦ blue 188

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

Shades of Purple Heart #5E2ABC

Tints of Purple Heart #5E2ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.96%

 BLUE value IS 188 (73.83% from 255) = 58.02%

R = 29.01%
G = 12.96%
B = 58.02%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E2ABC (or 0x5E2ABC) is known color: Purple Heart. HEX triplet: 5E, 2A and BC. RGB value is (94,42,188). Sum of RGB (Red+Green+Blue) = 94+42+188=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E2ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2ABC is #A1D543. Grayscale: #494949. Windows color (decimal): -10605892 or 12331614. OLE color: 12331614.

HSL color Cylindrical-coordinate representation of color #5E2ABC: hue angle of 261.37º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E2ABC is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 42 188 -
CMYK 0.50 0.78 0 0.26
HSL 261.37º 0.63% 0.45% -
HSV(B) 261.37º 0.78% 0.74% -
XYZ 14.52 7.67 48.29 -
YUV 74.19 192.23 142.13 -
System Red Green Blue C M Y K H S L
Decimal 94 42 188 0.50 0.78 0 0.26 261.37 0.63 0.45
Hex 5E 2A BC 32 4E 0 1A 105 3F 2D
Octal 136 52 274 62 116 0 32 405 77 55
Binary 1011110 101010 10111100 110010 1001110 0 11010 100000101 111111 101101

Color Harmonies of #5E2ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2ABC

Black with #5E2ABC

Text Example


Text Example

White with #5E2ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,42,188); }

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

background-color css

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

 a { background-color: rgb(94,42,188); }

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

border-color css

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

 span { border-color: rgb(94,42,188); }

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