Html Css Color HEX #5E29BE Purple Heart

📋 copy color: '#5E29BE'

red 94 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #5E29BE

Tints of Purple Heart #5E29BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

 BLUE value IS 190 (74.61% from 255) = 58.46%

R = 28.92%
G = 12.62%
B = 58.46%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E29BE (or 0x5E29BE) is known color: Purple Heart. HEX triplet: 5E, 29 and BE. RGB value is (94,41,190). Sum of RGB (Red+Green+Blue) = 94+41+190=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E29BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E29BE is #A1D641. Grayscale: #494949. Windows color (decimal): -10606146 or 12462430. OLE color: 12462430.

HSL color Cylindrical-coordinate representation of color #5E29BE: hue angle of 261.34º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E29BE is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 41 190 -
CMYK 0.51 0.78 0 0.25
HSL 261.34º 0.65% 0.45% -
HSV(B) 261.34º 0.78% 0.75% -
XYZ 14.7 7.68 49.42 -
YUV 73.83 193.56 142.38 -
System Red Green Blue C M Y K H S L
Decimal 94 41 190 0.51 0.78 0 0.25 261.34 0.65 0.45
Hex 5E 29 BE 33 4E 0 19 105 41 2D
Octal 136 51 276 63 116 0 31 405 101 55
Binary 1011110 101001 10111110 110011 1001110 0 11001 100000101 1000001 101101

Color Harmonies of #5E29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E29BE

Black with #5E29BE

Text Example


Text Example

White with #5E29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,41,190); }

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

background-color css

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

 a { background-color: rgb(94,41,190); }

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

border-color css

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

 span { border-color: rgb(94,41,190); }

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