#481CAF

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

Shades of Purple Heart #481CAF

Tints of Purple Heart #481CAF

Color information

#481CAF (or 0x481CAF) is unknown color: approx Purple Heart. HEX triplet: 48, 1C and AF. RGB value is (72,28,175). Sum of RGB (Red+Green+Blue) = 72+28+175=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #481CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481CAF is #B7E350. Grayscale: #393939. Windows color (decimal): -12051281 or 11476040. OLE color: 11476040.

HSL color Cylindrical-coordinate representation of color #481CAF: hue angle of 257.96º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481CAF is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7228175-
CMYK0.590.8400.31
HSL257.96º72.41%39.8%-
HSV(B)257.96º84%68.63%-
XYZ10.835.341.01-
YUV57.91194.08138.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 28 (11.33% from 255) = 10.18%
BLUE value IS 175 (68.75% from 255) = 63.64%
R=26.18%
G=10.18%
B=63.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72281750.590.8400.31257.9672.4139.8
Hex481CAF3B5401F1024828
Octal110342577312403740211050
Binary1001000111001010111111101110101000111111000000101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481CAF; }

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

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

<style>
 a { background-color: #481CAF; }

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

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

<style>
 span { border-color: #481CAF; }

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

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