#4807bb

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

Shades of Purple Heart #4807BB

Tints of Purple Heart #4807BB

Color information

#4807BB (or 0x4807BB) is unknown color: approx Purple Heart. HEX triplet: 48, 07 and BB. RGB value is (72,7,187). Sum of RGB (Red+Green+Blue) = 72+7+187=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #4807BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4807BB is #B7F844. Grayscale: #2E2E2E. Windows color (decimal): -12056645 or 12257096. OLE color: 12257096.

HSL color Cylindrical-coordinate representation of color #4807BB: hue angle of 261.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4807BB is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB727187-
CMYK0.610.9600.27
HSL261.67º92.78%38.04%-
HSV(B)261.67º96.26%73.33%-
XYZ11.725.1247.38-
YUV46.96207.03145.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 7 (3.12% from 255) = 2.63%
BLUE value IS 187 (73.44% from 255) = 70.30%
R=27.07%
G=2.63%
B=70.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7271870.610.9600.27261.6792.7838.04
Hex487BB3D6001B1065d26
Octal11072737514003340613546
Binary10010001111011101111110111000000110111000001101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4807bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4807bb; }

 p { color: rgb(72,7,187); }

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

<style>
 a { background-color: #4807bb; }

 a { background-color: rgb(72,7,187); }

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

<style>
 span { border-color: #4807bb; }

 span { border-color: rgb(72,7,187); }

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