#4814B4

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

Shades of Purple Heart #4814B4

Tints of Purple Heart #4814B4

Color information

#4814B4 (or 0x4814B4) is unknown color: approx Purple Heart. HEX triplet: 48, 14 and B4. RGB value is (72,20,180). Sum of RGB (Red+Green+Blue) = 72+20+180=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 180 (70.70% from 255 or 66.18% from 272); Max value from RGB is 180 - color contains mainly: blue. Hex color #4814B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4814B4 is #B7EB4B. Grayscale: #353535. Windows color (decimal): -12053324 or 11801672. OLE color: 11801672.

HSL color Cylindrical-coordinate representation of color #4814B4: hue angle of 259.5º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4814B4 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7220180-
CMYK0.600.8900.29
HSL259.5º80%39.22%-
HSV(B)259.5º88.89%70.59%-
XYZ11.165.1743.59-
YUV53.79199.23140.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 20 (8.20% from 255) = 7.35%
BLUE value IS 180 (70.70% from 255) = 66.18%
R=26.47%
G=7.35%
B=66.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72201800.600.8900.29259.58039.22
Hex4814B43C5901D1045027
Octal110242647413103540412047
Binary1001000101001011010011110010110010111011000001001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4814B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4814B4; }

 p { color: rgb(72,20,180); }

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

<style>
 a { background-color: #4814B4; }

 a { background-color: rgb(72,20,180); }

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

<style>
 span { border-color: #4814B4; }

 span { border-color: rgb(72,20,180); }

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