Html Css Color HEX #5428BC Purple Heart

📋 copy color: '#5428BC'

red 84 ◦ green 40 ◦ blue 188

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

Shades of Purple Heart #5428BC

Tints of Purple Heart #5428BC

RGB

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

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

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

R = 26.92%
G = 12.82%
B = 60.26%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5428BC (or 0x5428BC) is known color: Purple Heart. HEX triplet: 54, 28 and BC. RGB value is (84,40,188). Sum of RGB (Red+Green+Blue) = 84+40+188=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #5428BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5428BC is #ABD743. Grayscale: #454545. Windows color (decimal): -11261764 or 12331092. OLE color: 12331092.

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

Color convert

RGB 84 40 188 -
CMYK 0.55 0.79 0 0.26
HSL 257.84º 0.65% 0.45% -
HSV(B) 257.84º 0.79% 0.74% -
XYZ 13.49 7.03 48.22 -
YUV 70.03 194.58 137.97 -
System Red Green Blue C M Y K H S L
Decimal 84 40 188 0.55 0.79 0 0.26 257.84 0.65 0.45
Hex 54 28 BC 37 4F 0 1A 102 41 2D
Octal 124 50 274 67 117 0 32 402 101 55
Binary 1010100 101000 10111100 110111 1001111 0 11010 100000010 1000001 101101

Color Harmonies of #5428BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5428BC

Black with #5428BC

Text Example


Text Example

White with #5428BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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