#4533BE

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

Shades of Purple Heart #4533BE

Tints of Purple Heart #4533BE

Color information

#4533BE (or 0x4533BE) is unknown color: approx Purple Heart. HEX triplet: 45, 33 and BE. RGB value is (69,51,190). Sum of RGB (Red+Green+Blue) = 69+51+190=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #4533BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4533BE is #BACC41. Grayscale: #474747. Windows color (decimal): -12241986 or 12464965. OLE color: 12464965.

HSL color Cylindrical-coordinate representation of color #4533BE: hue angle of 247.77º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4533BE is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6951190-
CMYK0.640.7300.25
HSL247.77º57.68%47.25%-
HSV(B)247.77º73.16%74.51%-
XYZ12.937.3549.45-
YUV72.23194.46125.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 190 (74.61% from 255) = 61.29%
R=22.26%
G=16.45%
B=61.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69511900.640.7300.25247.7757.6847.25
Hex4533BE4049019f83a2f
Octal105632761001110313707257
Binary1000101110011101111101000000100100101100111111000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4533BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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