#5435BD

Color #5435BD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5435BD

Tints of Purple Heart #5435BD

Color information

#5435BD (or 0x5435BD) is unknown color: approx 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

RGB8453189-
CMYK0.560.7200.26
HSL253.68º56.2%47.45%-
HSV(B)253.68º71.96%74.12%-
XYZ14.118.1148.96-
YUV77.77190.77132.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84531890.560.7200.26253.6856.247.45
Hex5435BD384801Afe382f
Octal12465275701100323767057
Binary101010011010110111101111000100100001101011111110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5435BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>