Html Css Color HEX #5428B3 Purple Heart

📋 copy color: '#5428B3'

red 84 ◦ green 40 ◦ blue 179

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

Shades of Purple Heart #5428B3

Tints of Purple Heart #5428B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 59.08%

R = 27.72%
G = 13.2%
B = 59.08%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5428B3 (or 0x5428B3) is known color: Purple Heart. HEX triplet: 54, 28 and B3. RGB value is (84,40,179). Sum of RGB (Red+Green+Blue) = 84+40+179=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 179 (70.31% from 255 or 59.08% from 303); Max value from RGB is 179 - color contains mainly: blue. Hex color #5428B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5428B3 is #ABD74C. Grayscale: #444444. Windows color (decimal): -11261773 or 11741268. OLE color: 11741268.

HSL color Cylindrical-coordinate representation of color #5428B3: hue angle of 258.99º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5428B3 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 84 40 179 -
CMYK 0.53 0.78 0 0.30
HSL 258.99º 0.63% 0.43% -
HSV(B) 258.99º 0.78% 0.7% -
XYZ 12.55 6.66 43.27 -
YUV 69 190.08 138.7 -
System Red Green Blue C M Y K H S L
Decimal 84 40 179 0.53 0.78 0 0.30 258.99 0.63 0.43
Hex 54 28 B3 35 4E 0 1E 103 3F 2B
Octal 124 50 263 65 116 0 36 403 77 53
Binary 1010100 101000 10110011 110101 1001110 0 11110 100000011 111111 101011

Color Harmonies of #5428B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5428B3

Black with #5428B3

Text Example


Text Example

White with #5428B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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