#4530BF

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

Shades of Purple Heart #4530BF

Tints of Purple Heart #4530BF

Color information

#4530BF (or 0x4530BF) is unknown color: approx Purple Heart. HEX triplet: 45, 30 and BF. RGB value is (69,48,191). Sum of RGB (Red+Green+Blue) = 69+48+191=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #4530BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4530BF is #BACF40. Grayscale: #464646. Windows color (decimal): -12242753 or 12529733. OLE color: 12529733.

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

Color convert

RGB6948191-
CMYK0.640.7500.25
HSL248.81º59.83%46.86%-
HSV(B)248.81º74.87%74.9%-
XYZ12.927.1449.99-
YUV70.58195.96126.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 48 (19.14% from 255) = 15.58%
BLUE value IS 191 (75% from 255) = 62.01%
R=22.40%
G=15.58%
B=62.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69481910.640.7500.25248.8159.8346.86
Hex4530BF404B019f93c2f
Octal105602771001130313717457
Binary1000101110000101111111000000100101101100111111001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4530BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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