Html Css Color HEX #5434BB Purple Heart

📋 copy color: '#5434BB'

red 84 ◦ green 52 ◦ blue 187

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

Shades of Purple Heart #5434BB

Tints of Purple Heart #5434BB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

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

R = 26.01%
G = 16.1%
B = 57.89%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5434BB (or 0x5434BB) is known color: Purple Heart. HEX triplet: 54, 34 and BB. RGB value is (84,52,187). Sum of RGB (Red+Green+Blue) = 84+52+187=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #5434BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5434BB is #ABCB44. Grayscale: #4C4C4C. Windows color (decimal): -11258693 or 12268628. OLE color: 12268628.

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

Color convert

RGB 84 52 187 -
CMYK 0.55 0.72 0 0.27
HSL 254.22º 0.56% 0.47% -
HSV(B) 254.22º 0.72% 0.73% -
XYZ 13.85 7.93 47.81 -
YUV 76.96 190.1 133.02 -
System Red Green Blue C M Y K H S L
Decimal 84 52 187 0.55 0.72 0 0.27 254.22 0.56 0.47
Hex 54 34 BB 37 48 0 1B FE 38 2F
Octal 124 64 273 67 110 0 33 376 70 57
Binary 1010100 110100 10111011 110111 1001000 0 11011 11111110 111000 101111

Color Harmonies of #5434BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5434BB

Black with #5434BB

Text Example


Text Example

White with #5434BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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