Html Css Color HEX #4A22AD Purple Heart

📋 copy color: '#4A22AD'

red 74 ◦ green 34 ◦ blue 173

#4A22AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4A22AD

Tints of Purple Heart #4A22AD

RGB

 RED value IS 74 (29.3% from 255) = 26.33%

 GREEN value IS 34 (13.67% from 255) = 12.1%

 BLUE value IS 173 (67.97% from 255) = 61.57%

R = 26.33%
G = 12.1%
B = 61.57%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A22AD (or 0x4A22AD) is known color: Purple Heart. HEX triplet: 4A, 22 and AD. RGB value is (74,34,173). Sum of RGB (Red+Green+Blue) = 74+34+173=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A22AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A22AD is #B5DD52. Grayscale: #3D3D3D. Windows color (decimal): -11918675 or 11346506. OLE color: 11346506.

HSL color Cylindrical-coordinate representation of color #4A22AD: hue angle of 257.27º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A22AD is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 34 173 -
CMYK 0.57 0.80 0 0.32
HSL 257.27º 0.67% 0.41% -
HSV(B) 257.27º 0.8% 0.68% -
XYZ 10.94 5.62 40.04 -
YUV 61.81 190.75 136.7 -
System Red Green Blue C M Y K H S L
Decimal 74 34 173 0.57 0.80 0 0.32 257.27 0.67 0.41
Hex 4A 22 AD 39 50 0 20 101 43 29
Octal 112 42 255 71 120 0 40 401 103 51
Binary 1001010 100010 10101101 111001 1010000 0 100000 100000001 1000011 101001

Color Harmonies of #4A22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A22AD

Black with #4A22AD

Text Example


Text Example

White with #4A22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A22AD;
 }
 .AnyTagClassName
 {
   color: #4A22AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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