#4530BD

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

Shades of Purple Heart #4530BD

Tints of Purple Heart #4530BD

Color information

#4530BD (or 0x4530BD) is unknown color: approx Purple Heart. HEX triplet: 45, 30 and BD. RGB value is (69,48,189). Sum of RGB (Red+Green+Blue) = 69+48+189=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #4530BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4530BD is #BACF42. Grayscale: #454545. Windows color (decimal): -12242755 or 12398661. OLE color: 12398661.

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

Color convert

RGB6948189-
CMYK0.630.7500.26
HSL248.94º59.49%46.47%-
HSV(B)248.94º74.6%74.12%-
XYZ12.77.0548.84-
YUV70.35194.96127.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 48 (19.14% from 255) = 15.69%
BLUE value IS 189 (74.22% from 255) = 61.76%
R=22.55%
G=15.69%
B=61.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69481890.630.7500.26248.9459.4946.47
Hex4530BD3F4B01Af93b2e
Octal10560275771130323717356
Binary100010111000010111101111111100101101101011111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4530BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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