#4813B0

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

Shades of Purple Heart #4813B0

Tints of Purple Heart #4813B0

Color information

#4813B0 (or 0x4813B0) is unknown color: approx Purple Heart. HEX triplet: 48, 13 and B0. RGB value is (72,19,176). Sum of RGB (Red+Green+Blue) = 72+19+176=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 176 (69.14% from 255 or 65.92% from 267); Max value from RGB is 176 - color contains mainly: blue. Hex color #4813B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4813B0 is #B7EC4F. Grayscale: #343434. Windows color (decimal): -12053584 or 11539272. OLE color: 11539272.

HSL color Cylindrical-coordinate representation of color #4813B0: hue angle of 260.25º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4813B0 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7219176-
CMYK0.590.8900.31
HSL260.25º80.51%38.24%-
HSV(B)260.25º89.2%69.02%-
XYZ10.744.9841.47-
YUV52.74197.56141.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 19 (7.81% from 255) = 7.12%
BLUE value IS 176 (69.14% from 255) = 65.92%
R=26.97%
G=7.12%
B=65.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72191760.590.8900.31260.2580.5138.24
Hex4813B03B5901F1045126
Octal110232607313103740412146
Binary1001000100111011000011101110110010111111000001001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4813B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4813B0; }

 p { color: rgb(72,19,176); }

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

<style>
 a { background-color: #4813B0; }

 a { background-color: rgb(72,19,176); }

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

<style>
 span { border-color: #4813B0; }

 span { border-color: rgb(72,19,176); }

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