#480EAF

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

Shades of Purple Heart #480EAF

Tints of Purple Heart #480EAF

Color information

#480EAF (or 0x480EAF) is unknown color: approx Purple Heart. HEX triplet: 48, 0E and AF. RGB value is (72,14,175). Sum of RGB (Red+Green+Blue) = 72+14+175=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #480EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480EAF is #B7F150. Grayscale: #313131. Windows color (decimal): -12054865 or 11472456. OLE color: 11472456.

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

Color convert

RGB7214175-
CMYK0.590.9200.31
HSL261.61º85.19%37.06%-
HSV(B)261.61º92%68.63%-
XYZ10.574.7940.92-
YUV49.7198.72143.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 14 (5.86% from 255) = 5.36%
BLUE value IS 175 (68.75% from 255) = 67.05%
R=27.59%
G=5.36%
B=67.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72141750.590.9200.31261.6185.1937.06
Hex48EAF3B5C01F1065525
Octal110162577313403740612545
Binary100100011101010111111101110111000111111000001101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,14,175); }

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

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

 a { background-color: rgb(72,14,175); }

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

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

 span { border-color: rgb(72,14,175); }

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