#4822BD

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

Shades of Purple Heart #4822BD

Tints of Purple Heart #4822BD

Color information

#4822BD (or 0x4822BD) is unknown color: approx Purple Heart. HEX triplet: 48, 22 and BD. RGB value is (72,34,189). Sum of RGB (Red+Green+Blue) = 72+34+189=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #4822BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4822BD is #B7DD42. Grayscale: #3E3E3E. Windows color (decimal): -12049731 or 12395080. OLE color: 12395080.

HSL color Cylindrical-coordinate representation of color #4822BD: hue angle of 254.71º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4822BD is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7234189-
CMYK0.620.8200.26
HSL254.71º69.51%43.73%-
HSV(B)254.71º82.01%74.12%-
XYZ12.436.248.68-
YUV63.03199.09134.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 34 (13.67% from 255) = 11.53%
BLUE value IS 189 (74.22% from 255) = 64.07%
R=24.41%
G=11.53%
B=64.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72341890.620.8200.26254.7169.5143.73
Hex4822BD3E5201Aff462c
Octal110422757612203237710654
Binary1001000100010101111011111101010010011010111111111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4822BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4822BD; }

 p { color: rgb(72,34,189); }

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

<style>
 a { background-color: #4822BD; }

 a { background-color: rgb(72,34,189); }

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

<style>
 span { border-color: #4822BD; }

 span { border-color: rgb(72,34,189); }

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