#481CB1

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

Shades of Purple Heart #481CB1

Tints of Purple Heart #481CB1

Color information

#481CB1 (or 0x481CB1) is unknown color: approx Purple Heart. HEX triplet: 48, 1C and B1. RGB value is (72,28,177). Sum of RGB (Red+Green+Blue) = 72+28+177=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 177 (69.53% from 255 or 63.90% from 277); Max value from RGB is 177 - color contains mainly: blue. Hex color #481CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481CB1 is #B7E34E. Grayscale: #393939. Windows color (decimal): -12051279 or 11607112. OLE color: 11607112.

HSL color Cylindrical-coordinate representation of color #481CB1: hue angle of 257.72º degrees, saturation: 0.73, 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 #481CB1 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7228177-
CMYK0.590.8400.31
HSL257.72º72.68%40.2%-
HSV(B)257.72º84.18%69.41%-
XYZ11.025.3842.05-
YUV58.14195.08137.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 28 (11.33% from 255) = 10.11%
BLUE value IS 177 (69.53% from 255) = 63.90%
R=25.99%
G=10.11%
B=63.90%

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
Decimal72281770.590.8400.31257.7272.6840.2
Hex481CB13B5401F1024928
Octal110342617312403740211150
Binary1001000111001011000111101110101000111111000000101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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