#481CAC

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

Shades of Purple Heart #481CAC

Tints of Purple Heart #481CAC

Color information

#481CAC (or 0x481CAC) is unknown color: approx Purple Heart. HEX triplet: 48, 1C and AC. RGB value is (72,28,172). Sum of RGB (Red+Green+Blue) = 72+28+172=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #481CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481CAC is #B7E353. Grayscale: #393939. Windows color (decimal): -12051284 or 11279432. OLE color: 11279432.

HSL color Cylindrical-coordinate representation of color #481CAC: hue angle of 258.33º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481CAC is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7228172-
CMYK0.580.8400.33
HSL258.33º72%39.22%-
HSV(B)258.33º83.72%67.45%-
XYZ10.535.1939.48-
YUV57.57192.58138.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 28 (11.33% from 255) = 10.29%
BLUE value IS 172 (67.58% from 255) = 63.24%
R=26.47%
G=10.29%
B=63.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72281720.580.8400.33258.337239.22
Hex481CAC3A540211024827
Octal110342547212404140211047
Binary10010001110010101100111010101010001000011000000101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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