#481ACB

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

Shades of Purple Heart #481ACB

Tints of Purple Heart #481ACB

Color information

#481ACB (or 0x481ACB) is unknown color: approx Purple Heart. HEX triplet: 48, 1A and CB. RGB value is (72,26,203). Sum of RGB (Red+Green+Blue) = 72+26+203=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #481ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ACB is #B7E534. Grayscale: #3B3B3B. Windows color (decimal): -12051765 or 13310536. OLE color: 13310536.

HSL color Cylindrical-coordinate representation of color #481ACB: hue angle of 255.59º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481ACB is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7226203-
CMYK0.650.8700.20
HSL255.59º77.29%44.9%-
HSV(B)255.59º87.19%79.61%-
XYZ13.826.4357.01-
YUV59.93208.74136.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 203 (79.69% from 255) = 67.44%
R=23.92%
G=8.64%
B=67.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72262030.650.8700.20255.5977.2944.9
Hex481ACB41570141004d2d
Octal1103231310112702440011555
Binary10010001101011001011100000110101110101001000000001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,26,203); }

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

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

 a { background-color: rgb(72,26,203); }

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

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

 span { border-color: rgb(72,26,203); }

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