#4506BC

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

Shades of Purple Heart #4506BC

Tints of Purple Heart #4506BC

Color information

#4506BC (or 0x4506BC) is unknown color: approx Purple Heart. HEX triplet: 45, 06 and BC. RGB value is (69,6,188). Sum of RGB (Red+Green+Blue) = 69+6+188=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #4506BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4506BC is #BAF943. Grayscale: #2C2C2C. Windows color (decimal): -12253508 or 12322373. OLE color: 12322373.

HSL color Cylindrical-coordinate representation of color #4506BC: hue angle of 260.77º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4506BC is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB696188-
CMYK0.630.9700.26
HSL260.77º93.81%38.04%-
HSV(B)260.77º96.81%73.73%-
XYZ11.65.0347.94-
YUV45.58208.37144.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 6 (2.73% from 255) = 2.28%
BLUE value IS 188 (73.83% from 255) = 71.48%
R=26.24%
G=2.28%
B=71.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6961880.630.9700.26260.7793.8138.04
Hex456BC3F6101A1055e26
Octal10562747714103240513646
Binary10001011101011110011111111000010110101000001011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4506BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4506BC; }

 p { color: rgb(69,6,188); }

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

<style>
 a { background-color: #4506BC; }

 a { background-color: rgb(69,6,188); }

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

<style>
 span { border-color: #4506BC; }

 span { border-color: rgb(69,6,188); }

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