#4816BC

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

Shades of Purple Heart #4816BC

Tints of Purple Heart #4816BC

Color information

#4816BC (or 0x4816BC) is unknown color: approx Purple Heart. HEX triplet: 48, 16 and BC. RGB value is (72,22,188). Sum of RGB (Red+Green+Blue) = 72+22+188=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #4816BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4816BC is #B7E943. Grayscale: #373737. Windows color (decimal): -12052804 or 12326472. OLE color: 12326472.

HSL color Cylindrical-coordinate representation of color #4816BC: hue angle of 258.07º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4816BC is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7222188-
CMYK0.620.8800.26
HSL258.07º79.05%41.18%-
HSV(B)258.07º88.3%73.73%-
XYZ12.045.5848.02-
YUV55.87202.56139.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 22 (8.98% from 255) = 7.80%
BLUE value IS 188 (73.83% from 255) = 66.67%
R=25.53%
G=7.80%
B=66.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72221880.620.8800.26258.0779.0541.18
Hex4816BC3E5801A1024f29
Octal110262747613003240211751
Binary1001000101101011110011111010110000110101000000101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4816BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4816BC; }

 p { color: rgb(72,22,188); }

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

<style>
 a { background-color: #4816BC; }

 a { background-color: rgb(72,22,188); }

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

<style>
 span { border-color: #4816BC; }

 span { border-color: rgb(72,22,188); }

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