#4806B9

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

Shades of Purple Heart #4806B9

Tints of Purple Heart #4806B9

Color information

#4806B9 (or 0x4806B9) is unknown color: approx Purple Heart. HEX triplet: 48, 06 and B9. RGB value is (72,6,185). Sum of RGB (Red+Green+Blue) = 72+6+185=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 185 (72.66% from 255 or 70.34% from 263); Max value from RGB is 185 - color contains mainly: blue. Hex color #4806B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4806B9 is #B7F946. Grayscale: #2D2D2D. Windows color (decimal): -12056903 or 12125768. OLE color: 12125768.

HSL color Cylindrical-coordinate representation of color #4806B9: hue angle of 262.12º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4806B9 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB726185-
CMYK0.610.9700.27
HSL262.12º93.72%37.45%-
HSV(B)262.12º96.76%72.55%-
XYZ11.495.0146.26-
YUV46.14206.37146.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 6 (2.73% from 255) = 2.28%
BLUE value IS 185 (72.66% from 255) = 70.34%
R=27.38%
G=2.28%
B=70.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7261850.610.9700.27262.1293.7237.45
Hex486B93D6101B1065e25
Octal11062717514103340613645
Binary10010001101011100111110111000010110111000001101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4806B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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