#480CB2

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

Shades of Purple Heart #480CB2

Tints of Purple Heart #480CB2

Color information

#480CB2 (or 0x480CB2) is unknown color: approx Purple Heart. HEX triplet: 48, 0C and B2. RGB value is (72,12,178). Sum of RGB (Red+Green+Blue) = 72+12+178=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 178 (69.92% from 255 or 67.94% from 262); Max value from RGB is 178 - color contains mainly: blue. Hex color #480CB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480CB2 is #B7F34D. Grayscale: #303030. Windows color (decimal): -12055374 or 11668552. OLE color: 11668552.

HSL color Cylindrical-coordinate representation of color #480CB2: hue angle of 261.69º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480CB2 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7212178-
CMYK0.600.9300.30
HSL261.69º87.37%37.25%-
HSV(B)261.69º93.26%69.8%-
XYZ10.844.8642.49-
YUV48.86200.88144.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 12 (5.08% from 255) = 4.58%
BLUE value IS 178 (69.92% from 255) = 67.94%
R=27.48%
G=4.58%
B=67.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72121780.600.9300.30261.6987.3737.25
Hex48CB23C5D01E1065725
Octal110142627413503640612745
Binary100100011001011001011110010111010111101000001101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,12,178); }

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

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

 a { background-color: rgb(72,12,178); }

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

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

 span { border-color: rgb(72,12,178); }

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