#4A22B8

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

Shades of Purple Heart #4A22B8

Tints of Purple Heart #4A22B8

Color information

#4A22B8 (or 0x4A22B8) is unknown color: approx Purple Heart. HEX triplet: 4A, 22 and B8. RGB value is (74,34,184). Sum of RGB (Red+Green+Blue) = 74+34+184=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 184 (72.27% from 255 or 63.01% from 292); Max value from RGB is 184 - color contains mainly: blue. Hex color #4A22B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A22B8 is #B5DD47. Grayscale: #3E3E3E. Windows color (decimal): -11918664 or 12067402. OLE color: 12067402.

HSL color Cylindrical-coordinate representation of color #4A22B8: hue angle of 256º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A22B8 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7434184-
CMYK0.600.8200.28
HSL256º68.81%42.75%-
HSV(B)256º81.52%72.16%-
XYZ12.056.0645.88-
YUV63.06196.25135.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.34%
GREEN value IS 34 (13.67% from 255) = 11.64%
BLUE value IS 184 (72.27% from 255) = 63.01%
R=25.34%
G=11.64%
B=63.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal74341840.600.8200.2825668.8142.75
Hex4A22B83C5201C100452b
Octal112422707412203440010553
Binary10010101000101011100011110010100100111001000000001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A22B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A22B8; }

 p { color: rgb(74,34,184); }

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

<style>
 a { background-color: #4A22B8; }

 a { background-color: rgb(74,34,184); }

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

<style>
 span { border-color: #4A22B8; }

 span { border-color: rgb(74,34,184); }

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