#4535BA

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

Shades of Purple Heart #4535BA

Tints of Purple Heart #4535BA

Color information

#4535BA (or 0x4535BA) is unknown color: approx Purple Heart. HEX triplet: 45, 35 and BA. RGB value is (69,53,186). Sum of RGB (Red+Green+Blue) = 69+53+186=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #4535BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4535BA is #BACA45. Grayscale: #484848. Windows color (decimal): -12241478 or 12203333. OLE color: 12203333.

HSL color Cylindrical-coordinate representation of color #4535BA: hue angle of 247.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 #4535BA is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6953186-
CMYK0.630.7200.27
HSL247.22º55.65%46.86%-
HSV(B)247.22º71.51%72.94%-
XYZ12.597.3647.21-
YUV72.95191.8125.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 186 (73.05% from 255) = 60.39%
R=22.40%
G=17.21%
B=60.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69531860.630.7200.27247.2255.6546.86
Hex4535BA3F4801Bf7382f
Octal10565272771100333677057
Binary100010111010110111010111111100100001101111110111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4535BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4535BA; }

 p { color: rgb(69,53,186); }

 H1.HeaderClassName
 {
   color: #4535BA;
 }
 .AnyTagClassName
 {
   color: #4535BA;
 }
</style>
background-color css

<style>
 a { background-color: #4535BA; }

 a { background-color: rgb(69,53,186); }

 div.DivClassName
 {
   background-color: #4535BA;
 }
 .BgClassName
 {
   background-color: #4535BA;
 }
</style>
border-color css

<style>
 span { border-color: #4535BA; }

 span { border-color: rgb(69,53,186); }

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