#481ECB

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

Shades of Purple Heart #481ECB

Tints of Purple Heart #481ECB

Color information

#481ECB (or 0x481ECB) is unknown color: approx Purple Heart. HEX triplet: 48, 1E and CB. RGB value is (72,30,203). Sum of RGB (Red+Green+Blue) = 72+30+203=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #481ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ECB is #B7E134. Grayscale: #3D3D3D. Windows color (decimal): -12050741 or 13311560. OLE color: 13311560.

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

Color convert

RGB7230203-
CMYK0.650.8500.20
HSL254.57º74.25%45.69%-
HSV(B)254.57º85.22%79.61%-
XYZ13.926.6257.04-
YUV62.28207.41134.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 30 (12.11% from 255) = 9.84%
BLUE value IS 203 (79.69% from 255) = 66.56%
R=23.61%
G=9.84%
B=66.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72302030.650.8500.20254.5774.2545.69
Hex481ECB4155014ff4a2e
Octal1103631310112502437711256
Binary1001000111101100101110000011010101010100111111111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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