Html Css Color HEX #4D22AB Purple Heart

📋 copy color: '#4D22AB'

red 77 ◦ green 34 ◦ blue 171

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

Shades of Purple Heart #4D22AB

Tints of Purple Heart #4D22AB

RGB

 RED value IS 77 (30.47% from 255) = 27.3%

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

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 27.3%
G = 12.06%
B = 60.64%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D22AB (or 0x4D22AB) is known color: Purple Heart. HEX triplet: 4D, 22 and AB. RGB value is (77,34,171). Sum of RGB (Red+Green+Blue) = 77+34+171=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D22AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D22AB is #B2DD54. Grayscale: #3D3D3D. Windows color (decimal): -11722069 or 11215437. OLE color: 11215437.

HSL color Cylindrical-coordinate representation of color #4D22AB: hue angle of 258.83º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D22AB is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 34 171 -
CMYK 0.55 0.80 0 0.33
HSL 258.83º 0.67% 0.4% -
HSV(B) 258.83º 0.8% 0.67% -
XYZ 10.98 5.66 39.04 -
YUV 62.48 189.25 138.36 -
System Red Green Blue C M Y K H S L
Decimal 77 34 171 0.55 0.80 0 0.33 258.83 0.67 0.4
Hex 4D 22 AB 37 50 0 21 103 43 28
Octal 115 42 253 67 120 0 41 403 103 50
Binary 1001101 100010 10101011 110111 1010000 0 100001 100000011 1000011 101000

Color Harmonies of #4D22AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D22AB

Black with #4D22AB

Text Example


Text Example

White with #4D22AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,34,171); }

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

background-color css

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

 a { background-color: rgb(77,34,171); }

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

border-color css

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

 span { border-color: rgb(77,34,171); }

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