#480FB8

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

Shades of Purple Heart #480FB8

Tints of Purple Heart #480FB8

Color information

#480FB8 (or 0x480FB8) is unknown color: approx Purple Heart. HEX triplet: 48, 0F and B8. RGB value is (72,15,184). Sum of RGB (Red+Green+Blue) = 72+15+184=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 184 (72.27% from 255 or 67.90% from 271); Max value from RGB is 184 - color contains mainly: blue. Hex color #480FB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480FB8 is #B7F047. Grayscale: #323232. Windows color (decimal): -12054600 or 12062536. OLE color: 12062536.

HSL color Cylindrical-coordinate representation of color #480FB8: hue angle of 260.24º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480FB8 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7215184-
CMYK0.610.9200.28
HSL260.24º84.92%39.02%-
HSV(B)260.24º91.85%72.16%-
XYZ11.55.1845.74-
YUV51.31202.88142.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 15 (6.25% from 255) = 5.54%
BLUE value IS 184 (72.27% from 255) = 67.90%
R=26.57%
G=5.54%
B=67.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72151840.610.9200.28260.2484.9239.02
Hex48FB83D5C01C1045527
Octal110172707513403440412547
Binary100100011111011100011110110111000111001000001001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480FB8; }

 p { color: rgb(72,15,184); }

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

<style>
 a { background-color: #480FB8; }

 a { background-color: rgb(72,15,184); }

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

<style>
 span { border-color: #480FB8; }

 span { border-color: rgb(72,15,184); }

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