#4534BE

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

Shades of Purple Heart #4534BE

Tints of Purple Heart #4534BE

Color information

#4534BE (or 0x4534BE) is unknown color: approx Purple Heart. HEX triplet: 45, 34 and BE. RGB value is (69,52,190). Sum of RGB (Red+Green+Blue) = 69+52+190=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #4534BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4534BE is #BACB41. Grayscale: #484848. Windows color (decimal): -12241730 or 12465221. OLE color: 12465221.

HSL color Cylindrical-coordinate representation of color #4534BE: hue angle of 247.39º degrees, saturation: 0.57, 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 #4534BE is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6952190-
CMYK0.640.7300.25
HSL247.39º57.02%47.45%-
HSV(B)247.39º72.63%74.51%-
XYZ12.987.4449.47-
YUV72.82194.13125.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 190 (74.61% from 255) = 61.09%
R=22.19%
G=16.72%
B=61.09%

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
Decimal69521900.640.7300.25247.3957.0247.45
Hex4534BE4049019f7392f
Octal105642761001110313677157
Binary1000101110100101111101000000100100101100111110111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4534BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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