#4A22CA

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

Shades of Purple Heart #4A22CA

Tints of Purple Heart #4A22CA

Color information

#4A22CA (or 0x4A22CA) is unknown color: approx Purple Heart. HEX triplet: 4A, 22 and CA. RGB value is (74,34,202). Sum of RGB (Red+Green+Blue) = 74+34+202=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A22CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A22CA is #B5DD35. Grayscale: #404040. Windows color (decimal): -11918646 or 13247050. OLE color: 13247050.

HSL color Cylindrical-coordinate representation of color #4A22CA: hue angle of 254.29º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A22CA is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7434202-
CMYK0.630.8300.21
HSL254.29º71.19%46.27%-
HSV(B)254.29º83.17%79.22%-
XYZ14.066.8656.46-
YUV65.11205.25134.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.87%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 202 (79.30% from 255) = 65.16%
R=23.87%
G=10.97%
B=65.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74342020.630.8300.21254.2971.1946.27
Hex4A22CA3F53015fe472e
Octal112423127712302537610756
Binary1001010100010110010101111111010011010101111111101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A22CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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