#4533BD

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

Shades of Purple Heart #4533BD

Tints of Purple Heart #4533BD

Color information

#4533BD (or 0x4533BD) is unknown color: approx Purple Heart. HEX triplet: 45, 33 and BD. RGB value is (69,51,189). Sum of RGB (Red+Green+Blue) = 69+51+189=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #4533BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4533BD is #BACC42. Grayscale: #474747. Windows color (decimal): -12241987 or 12399429. OLE color: 12399429.

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

Color convert

RGB6951189-
CMYK0.630.7300.26
HSL247.83º57.5%47.06%-
HSV(B)247.83º73.02%74.12%-
XYZ12.827.3148.88-
YUV72.11193.96125.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 189 (74.22% from 255) = 61.17%
R=22.33%
G=16.50%
B=61.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69511890.630.7300.26247.8357.547.06
Hex4533BD3F4901Af83a2f
Octal10563275771110323707257
Binary100010111001110111101111111100100101101011111000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4533BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,51,189); }

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

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

 a { background-color: rgb(69,51,189); }

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

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

 span { border-color: rgb(69,51,189); }

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