#481EC1

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

Shades of Purple Heart #481EC1

Tints of Purple Heart #481EC1

Color information

#481EC1 (or 0x481EC1) is unknown color: approx Purple Heart. HEX triplet: 48, 1E and C1. RGB value is (72,30,193). Sum of RGB (Red+Green+Blue) = 72+30+193=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 193 (75.78% from 255 or 65.42% from 295); Max value from RGB is 193 - color contains mainly: blue. Hex color #481EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481EC1 is #B7E13E. Grayscale: #3C3C3C. Windows color (decimal): -12050751 or 12656200. OLE color: 12656200.

HSL color Cylindrical-coordinate representation of color #481EC1: hue angle of 255.46º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481EC1 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7230193-
CMYK0.630.8400.24
HSL255.46º73.09%43.73%-
HSV(B)255.46º84.46%75.69%-
XYZ12.766.1650.97-
YUV61.14202.41135.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 30 (12.11% from 255) = 10.17%
BLUE value IS 193 (75.78% from 255) = 65.42%
R=24.41%
G=10.17%
B=65.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal72301930.630.8400.24255.4673.0943.73
Hex481EC13F54018ff492c
Octal110363017712403037711154
Binary100100011110110000011111111010100011000111111111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,30,193); }

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

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

 a { background-color: rgb(72,30,193); }

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

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

 span { border-color: rgb(72,30,193); }

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