Html Css Color HEX #5435BD Purple Heart

📋 copy color: '#5435BD'

red 84 ◦ green 53 ◦ blue 189

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

Shades of Purple Heart #5435BD

Tints of Purple Heart #5435BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.98%

R = 25.77%
G = 16.26%
B = 57.98%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5435BD (or 0x5435BD) is known color: Purple Heart. HEX triplet: 54, 35 and BD. RGB value is (84,53,189). Sum of RGB (Red+Green+Blue) = 84+53+189=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #5435BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5435BD is #ABCA42. Grayscale: #4D4D4D. Windows color (decimal): -11258435 or 12399956. OLE color: 12399956.

HSL color Cylindrical-coordinate representation of color #5435BD: hue angle of 253.68º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5435BD is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 53 189 -
CMYK 0.56 0.72 0 0.26
HSL 253.68º 0.56% 0.47% -
HSV(B) 253.68º 0.72% 0.74% -
XYZ 14.11 8.11 48.96 -
YUV 77.77 190.77 132.44 -
System Red Green Blue C M Y K H S L
Decimal 84 53 189 0.56 0.72 0 0.26 253.68 0.56 0.47
Hex 54 35 BD 38 48 0 1A FE 38 2F
Octal 124 65 275 70 110 0 32 376 70 57
Binary 1010100 110101 10111101 111000 1001000 0 11010 11111110 111000 101111

Color Harmonies of #5435BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5435BD

Black with #5435BD

Text Example


Text Example

White with #5435BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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