#4534BD

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

Shades of Purple Heart #4534BD

Tints of Purple Heart #4534BD

Color information

#4534BD (or 0x4534BD) is unknown color: approx Purple Heart. HEX triplet: 45, 34 and BD. RGB value is (69,52,189). Sum of RGB (Red+Green+Blue) = 69+52+189=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #4534BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4534BD is #BACB42. Grayscale: #484848. Windows color (decimal): -12241731 or 12399685. OLE color: 12399685.

HSL color Cylindrical-coordinate representation of color #4534BD: hue angle of 247.45º degrees, saturation: 0.57, 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 #4534BD is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6952189-
CMYK0.630.7200.26
HSL247.45º56.85%47.25%-
HSV(B)247.45º72.49%74.12%-
XYZ12.877.448.89-
YUV72.7193.63125.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 189 (74.22% from 255) = 60.97%
R=22.26%
G=16.77%
B=60.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69521890.630.7200.26247.4556.8547.25
Hex4534BD3F4801Af7392f
Octal10564275771100323677157
Binary100010111010010111101111111100100001101011110111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4534BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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