Html Css Color HEX #5435BB Purple Heart

📋 copy color: '#5435BB'

red 84 ◦ green 53 ◦ blue 187

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

Shades of Purple Heart #5435BB

Tints of Purple Heart #5435BB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

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

R = 25.93%
G = 16.36%
B = 57.72%

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

#5435BB (or 0x5435BB) is known color: Purple Heart. HEX triplet: 54, 35 and BB. RGB value is (84,53,187). Sum of RGB (Red+Green+Blue) = 84+53+187=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #5435BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5435BB is #ABCA44. Grayscale: #4D4D4D. Windows color (decimal): -11258437 or 12268884. OLE color: 12268884.

HSL color Cylindrical-coordinate representation of color #5435BB: hue angle of 253.88º 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 #5435BB is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 53 187 -
CMYK 0.55 0.72 0 0.27
HSL 253.88º 0.56% 0.47% -
HSV(B) 253.88º 0.72% 0.73% -
XYZ 13.9 8.02 47.83 -
YUV 77.55 189.77 132.6 -
System Red Green Blue C M Y K H S L
Decimal 84 53 187 0.55 0.72 0 0.27 253.88 0.56 0.47
Hex 54 35 BB 37 48 0 1B FE 38 2F
Octal 124 65 273 67 110 0 33 376 70 57
Binary 1010100 110101 10111011 110111 1001000 0 11011 11111110 111000 101111

Color Harmonies of #5435BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5435BB

Black with #5435BB

Text Example


Text Example

White with #5435BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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