#480FCB

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

Shades of Purple Heart #480FCB

Tints of Purple Heart #480FCB

Color information

#480FCB (or 0x480FCB) is unknown color: approx Purple Heart. HEX triplet: 48, 0F and CB. RGB value is (72,15,203). Sum of RGB (Red+Green+Blue) = 72+15+203=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #480FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480FCB is #B7F034. Grayscale: #343434. Windows color (decimal): -12054581 or 13307720. OLE color: 13307720.

HSL color Cylindrical-coordinate representation of color #480FCB: hue angle of 258.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480FCB is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7215203-
CMYK0.650.9300.20
HSL258.19º86.24%42.75%-
HSV(B)258.19º92.61%79.61%-
XYZ13.626.0356.95-
YUV53.47212.38141.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 15 (6.25% from 255) = 5.17%
BLUE value IS 203 (79.69% from 255) = 70%
R=24.83%
G=5.17%
B=70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72152030.650.9300.20258.1986.2442.75
Hex48FCB415D014102562b
Octal1101731310113502440212653
Binary1001000111111001011100000110111010101001000000101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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