Html Css Color HEX #4D21AB Purple Heart

📋 copy color: '#4D21AB'

red 77 ◦ green 33 ◦ blue 171

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

Shades of Purple Heart #4D21AB

Tints of Purple Heart #4D21AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

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

R = 27.4%
G = 11.74%
B = 60.85%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D21AB (or 0x4D21AB) is known color: Purple Heart. HEX triplet: 4D, 21 and AB. RGB value is (77,33,171). Sum of RGB (Red+Green+Blue) = 77+33+171=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D21AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D21AB is #B2DE54. Grayscale: #3D3D3D. Windows color (decimal): -11722325 or 11215181. OLE color: 11215181.

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

Color convert

RGB 77 33 171 -
CMYK 0.55 0.81 0 0.33
HSL 259.13º 0.68% 0.4% -
HSV(B) 259.13º 0.81% 0.67% -
XYZ 10.96 5.61 39.03 -
YUV 61.89 189.58 138.78 -
System Red Green Blue C M Y K H S L
Decimal 77 33 171 0.55 0.81 0 0.33 259.13 0.68 0.4
Hex 4D 21 AB 37 51 0 21 103 44 28
Octal 115 41 253 67 121 0 41 403 104 50
Binary 1001101 100001 10101011 110111 1010001 0 100001 100000011 1000100 101000

Color Harmonies of #4D21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D21AB

Black with #4D21AB

Text Example


Text Example

White with #4D21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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