Html Css Color HEX #4D21AD Purple Heart

📋 copy color: '#4D21AD'

red 77 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #4D21AD

Tints of Purple Heart #4D21AD

RGB

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

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

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

R = 27.21%
G = 11.66%
B = 61.13%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D21AD (or 0x4D21AD) is known color: Purple Heart. HEX triplet: 4D, 21 and AD. RGB value is (77,33,173). Sum of RGB (Red+Green+Blue) = 77+33+173=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D21AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D21AD is #B2DE52. Grayscale: #3D3D3D. Windows color (decimal): -11722323 or 11346253. OLE color: 11346253.

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

Color convert

RGB 77 33 173 -
CMYK 0.55 0.81 0 0.32
HSL 258.86º 0.68% 0.4% -
HSV(B) 258.86º 0.81% 0.68% -
XYZ 11.15 5.68 40.04 -
YUV 62.12 190.58 138.62 -
System Red Green Blue C M Y K H S L
Decimal 77 33 173 0.55 0.81 0 0.32 258.86 0.68 0.4
Hex 4D 21 AD 37 51 0 20 103 44 28
Octal 115 41 255 67 121 0 40 403 104 50
Binary 1001101 100001 10101101 110111 1010001 0 100000 100000011 1000100 101000

Color Harmonies of #4D21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D21AD

Black with #4D21AD

Text Example


Text Example

White with #4D21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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