Html Css Color HEX #5429BB Purple Heart

📋 copy color: '#5429BB'

red 84 ◦ green 41 ◦ blue 187

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

Shades of Purple Heart #5429BB

Tints of Purple Heart #5429BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.94%

R = 26.92%
G = 13.14%
B = 59.94%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5429BB (or 0x5429BB) is known color: Purple Heart. HEX triplet: 54, 29 and BB. RGB value is (84,41,187). Sum of RGB (Red+Green+Blue) = 84+41+187=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #5429BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5429BB is #ABD644. Grayscale: #454545. Windows color (decimal): -11261509 or 12265812. OLE color: 12265812.

HSL color Cylindrical-coordinate representation of color #5429BB: hue angle of 257.67º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5429BB is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 41 187 -
CMYK 0.55 0.78 0 0.27
HSL 257.67º 0.64% 0.45% -
HSV(B) 257.67º 0.78% 0.73% -
XYZ 13.42 7.06 47.67 -
YUV 70.5 193.75 137.63 -
System Red Green Blue C M Y K H S L
Decimal 84 41 187 0.55 0.78 0 0.27 257.67 0.64 0.45
Hex 54 29 BB 37 4E 0 1B 102 40 2D
Octal 124 51 273 67 116 0 33 402 100 55
Binary 1010100 101001 10111011 110111 1001110 0 11011 100000010 1000000 101101

Color Harmonies of #5429BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5429BB

Black with #5429BB

Text Example


Text Example

White with #5429BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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