#4806BC

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

Shades of Purple Heart #4806BC

Tints of Purple Heart #4806BC

Color information

#4806BC (or 0x4806BC) is unknown color: approx Purple Heart. HEX triplet: 48, 06 and BC. RGB value is (72,6,188). Sum of RGB (Red+Green+Blue) = 72+6+188=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #4806BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4806BC is #B7F943. Grayscale: #2D2D2D. Windows color (decimal): -12056900 or 12322376. OLE color: 12322376.

HSL color Cylindrical-coordinate representation of color #4806BC: hue angle of 261.76º 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 #4806BC is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB726188-
CMYK0.620.9700.26
HSL261.76º93.81%38.04%-
HSV(B)261.76º96.81%73.73%-
XYZ11.815.1447.95-
YUV46.48207.87146.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 188 (73.83% from 255) = 70.68%
R=27.07%
G=2.26%
B=70.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7261880.620.9700.26261.7693.8138.04
Hex486BC3E6101A1065e26
Octal11062747614103240613646
Binary10010001101011110011111011000010110101000001101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4806BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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