#480BC9

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

Shades of Purple Heart #480BC9

Tints of Purple Heart #480BC9

Color information

#480BC9 (or 0x480BC9) is unknown color: approx Purple Heart. HEX triplet: 48, 0B and C9. RGB value is (72,11,201). Sum of RGB (Red+Green+Blue) = 72+11+201=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 201 (78.91% from 255 or 70.77% from 284); Max value from RGB is 201 - color contains mainly: blue. Hex color #480BC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480BC9 is #B7F436. Grayscale: #323232. Windows color (decimal): -12055607 or 13175624. OLE color: 13175624.

HSL color Cylindrical-coordinate representation of color #480BC9: hue angle of 259.26º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480BC9 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7211201-
CMYK0.640.9500.21
HSL259.26º89.62%41.57%-
HSV(B)259.26º94.53%78.82%-
XYZ13.335.8355.68-
YUV50.9212.71143.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 11 (4.69% from 255) = 3.87%
BLUE value IS 201 (78.91% from 255) = 70.77%
R=25.35%
G=3.87%
B=70.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72112010.640.9500.21259.2689.6241.57
Hex48BC9405F0151035a2a
Octal1101331110013702540313252
Binary1001000101111001001100000010111110101011000000111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,11,201); }

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

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

 a { background-color: rgb(72,11,201); }

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

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

 span { border-color: rgb(72,11,201); }

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