#4512BF

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

Shades of Purple Heart #4512BF

Tints of Purple Heart #4512BF

Color information

#4512BF (or 0x4512BF) is unknown color: approx Purple Heart. HEX triplet: 45, 12 and BF. RGB value is (69,18,191). Sum of RGB (Red+Green+Blue) = 69+18+191=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #4512BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4512BF is #BAED40. Grayscale: #343434. Windows color (decimal): -12250433 or 12522053. OLE color: 12522053.

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

Color convert

RGB6918191-
CMYK0.640.9100.25
HSL257.69º82.78%40.98%-
HSV(B)257.69º90.58%74.9%-
XYZ12.075.4649.71-
YUV52.97205.9139.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 18 (7.42% from 255) = 6.47%
BLUE value IS 191 (75% from 255) = 68.71%
R=24.82%
G=6.47%
B=68.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69181910.640.9100.25257.6982.7840.98
Hex4512BF405B0191025329
Octal1052227710013303140212351
Binary10001011001010111111100000010110110110011000000101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4512BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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