Html Css Color HEX #5428BE Purple Heart

📋 copy color: '#5428BE'

red 84 ◦ green 40 ◦ blue 190

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

Shades of Purple Heart #5428BE

Tints of Purple Heart #5428BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

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

R = 26.75%
G = 12.74%
B = 60.51%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5428BE (or 0x5428BE) is known color: Purple Heart. HEX triplet: 54, 28 and BE. RGB value is (84,40,190). Sum of RGB (Red+Green+Blue) = 84+40+190=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #5428BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5428BE is #ABD741. Grayscale: #454545. Windows color (decimal): -11261762 or 12462164. OLE color: 12462164.

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

Color convert

RGB 84 40 190 -
CMYK 0.56 0.79 0 0.25
HSL 257.6º 0.65% 0.45% -
HSV(B) 257.6º 0.79% 0.75% -
XYZ 13.71 7.12 49.37 -
YUV 70.26 195.58 137.8 -
System Red Green Blue C M Y K H S L
Decimal 84 40 190 0.56 0.79 0 0.25 257.6 0.65 0.45
Hex 54 28 BE 38 4F 0 19 102 41 2D
Octal 124 50 276 70 117 0 31 402 101 55
Binary 1010100 101000 10111110 111000 1001111 0 11001 100000010 1000001 101101

Color Harmonies of #5428BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5428BE

Black with #5428BE

Text Example


Text Example

White with #5428BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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