#480FB0

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

Shades of Purple Heart #480FB0

Tints of Purple Heart #480FB0

Color information

#480FB0 (or 0x480FB0) is unknown color: approx Purple Heart. HEX triplet: 48, 0F and B0. RGB value is (72,15,176). Sum of RGB (Red+Green+Blue) = 72+15+176=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 176 (69.14% from 255 or 66.92% from 263); Max value from RGB is 176 - color contains mainly: blue. Hex color #480FB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480FB0 is #B7F04F. Grayscale: #313131. Windows color (decimal): -12054608 or 11538248. OLE color: 11538248.

HSL color Cylindrical-coordinate representation of color #480FB0: hue angle of 261.24º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #480FB0 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7215176-
CMYK0.590.9100.31
HSL261.24º84.29%37.45%-
HSV(B)261.24º91.48%69.02%-
XYZ10.684.8541.45-
YUV50.4198.88143.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 15 (6.25% from 255) = 5.70%
BLUE value IS 176 (69.14% from 255) = 66.92%
R=27.38%
G=5.70%
B=66.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72151760.590.9100.31261.2484.2937.45
Hex48FB03B5B01F1055425
Octal110172607313303740512445
Binary100100011111011000011101110110110111111000001011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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