#481CAB

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

Shades of Purple Heart #481CAB

Tints of Purple Heart #481CAB

Color information

#481CAB (or 0x481CAB) is unknown color: approx Purple Heart. HEX triplet: 48, 1C and AB. RGB value is (72,28,171). Sum of RGB (Red+Green+Blue) = 72+28+171=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #481CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481CAB is #B7E354. Grayscale: #383838. Windows color (decimal): -12051285 or 11213896. OLE color: 11213896.

HSL color Cylindrical-coordinate representation of color #481CAB: hue angle of 258.46º 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 #481CAB is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7228171-
CMYK0.580.8400.33
HSL258.46º71.86%39.02%-
HSV(B)258.46º83.63%67.06%-
XYZ10.445.1538.97-
YUV57.46192.08138.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 28 (11.33% from 255) = 10.33%
BLUE value IS 171 (67.19% from 255) = 63.10%
R=26.57%
G=10.33%
B=63.10%

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
Decimal72281710.580.8400.33258.4671.8639.02
Hex481CAB3A540211024827
Octal110342537212404140211047
Binary10010001110010101011111010101010001000011000000101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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