#480cce

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

Shades of Purple Heart #480CCE

Tints of Purple Heart #480CCE

Color information

#480CCE (or 0x480CCE) is unknown color: approx Purple Heart. HEX triplet: 48, 0C and CE. RGB value is (72,12,206). Sum of RGB (Red+Green+Blue) = 72+12+206=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #480CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480CCE is #B7F331. Grayscale: #333333. Windows color (decimal): -12055346 or 13503560. OLE color: 13503560.

HSL color Cylindrical-coordinate representation of color #480CCE: hue angle of 258.56º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480CCE is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7212206-
CMYK0.650.9400.19
HSL258.56º88.99%42.75%-
HSV(B)258.56º94.17%80.78%-
XYZ13.946.158.83-
YUV52.06214.88142.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 12 (5.08% from 255) = 4.14%
BLUE value IS 206 (80.86% from 255) = 71.03%
R=24.83%
G=4.14%
B=71.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal72122060.650.9400.19258.5688.9942.75
Hex48CCE415E013103592b
Octal1101431610113602340313153
Binary1001000110011001110100000110111100100111000000111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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