Html Css Color HEX #5429BE Purple Heart

📋 copy color: '#5429BE'

red 84 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #5429BE

Tints of Purple Heart #5429BE

RGB

 RED value IS 84 (33.2% from 255) = 26.67%

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

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

R = 26.67%
G = 13.02%
B = 60.32%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5429BE (or 0x5429BE) is known color: Purple Heart. HEX triplet: 54, 29 and BE. RGB value is (84,41,190). Sum of RGB (Red+Green+Blue) = 84+41+190=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #5429BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5429BE is #ABD641. Grayscale: #464646. Windows color (decimal): -11261506 or 12462420. OLE color: 12462420.

HSL color Cylindrical-coordinate representation of color #5429BE: hue angle of 257.32º 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 #5429BE is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 41 190 -
CMYK 0.56 0.78 0 0.25
HSL 257.32º 0.65% 0.45% -
HSV(B) 257.32º 0.78% 0.75% -
XYZ 13.74 7.19 49.38 -
YUV 70.84 195.25 137.38 -
System Red Green Blue C M Y K H S L
Decimal 84 41 190 0.56 0.78 0 0.25 257.32 0.65 0.45
Hex 54 29 BE 38 4E 0 19 101 41 2D
Octal 124 51 276 70 116 0 31 401 101 55
Binary 1010100 101001 10111110 111000 1001110 0 11001 100000001 1000001 101101

Color Harmonies of #5429BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5429BE

Black with #5429BE

Text Example


Text Example

White with #5429BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5429BE; }

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

 H1.HeaderClassName
 {
   color: #5429BE;
 }
 .AnyTagClassName
 {
   color: #5429BE;
 }
</style>

background-color css

<style>
 a { background-color: #5429BE; }

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

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

border-color css

<style>
 span { border-color: #5429BE; }

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

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