Html Css Color HEX #4C20AD Purple Heart

📋 copy color: '#4C20AD'

red 76 ◦ green 32 ◦ blue 173

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

Shades of Purple Heart #4C20AD

Tints of Purple Heart #4C20AD

RGB

 RED value IS 76 (30.08% from 255) = 27.05%

 GREEN value IS 32 (12.89% from 255) = 11.39%

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

R = 27.05%
G = 11.39%
B = 61.57%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C20AD (or 0x4C20AD) is known color: Purple Heart. HEX triplet: 4C, 20 and AD. RGB value is (76,32,173). Sum of RGB (Red+Green+Blue) = 76+32+173=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 32 (12.89% from 255 or 11.39% 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 #4C20AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C20AD is #B3DF52. Grayscale: #3C3C3C. Windows color (decimal): -11788115 or 11345996. OLE color: 11345996.

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

Color convert

RGB 76 32 173 -
CMYK 0.56 0.82 0 0.32
HSL 258.72º 0.69% 0.4% -
HSV(B) 258.72º 0.82% 0.68% -
XYZ 11.04 5.59 40.03 -
YUV 61.23 191.08 138.54 -
System Red Green Blue C M Y K H S L
Decimal 76 32 173 0.56 0.82 0 0.32 258.72 0.69 0.4
Hex 4C 20 AD 38 52 0 20 103 45 28
Octal 114 40 255 70 122 0 40 403 105 50
Binary 1001100 100000 10101101 111000 1010010 0 100000 100000011 1000101 101000

Color Harmonies of #4C20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C20AD

Black with #4C20AD

Text Example


Text Example

White with #4C20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,32,173); }

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

background-color css

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

 a { background-color: rgb(76,32,173); }

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

border-color css

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

 span { border-color: rgb(76,32,173); }

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