Html Css Color HEX #4C21AD Purple Heart

📋 copy color: '#4C21AD'

red 76 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #4C21AD

Tints of Purple Heart #4C21AD

RGB

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

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

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

R = 26.95%
G = 11.7%
B = 61.35%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C21AD (or 0x4C21AD) is known color: Purple Heart. HEX triplet: 4C, 21 and AD. RGB value is (76,33,173). Sum of RGB (Red+Green+Blue) = 76+33+173=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C21AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C21AD is #B3DE52. Grayscale: #3D3D3D. Windows color (decimal): -11787859 or 11346252. OLE color: 11346252.

HSL color Cylindrical-coordinate representation of color #4C21AD: hue angle of 258.43º 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 #4C21AD is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 33 173 -
CMYK 0.56 0.81 0 0.32
HSL 258.43º 0.68% 0.4% -
HSV(B) 258.43º 0.81% 0.68% -
XYZ 11.07 5.64 40.04 -
YUV 61.82 190.75 138.12 -
System Red Green Blue C M Y K H S L
Decimal 76 33 173 0.56 0.81 0 0.32 258.43 0.68 0.4
Hex 4C 21 AD 38 51 0 20 102 44 28
Octal 114 41 255 70 121 0 40 402 104 50
Binary 1001100 100001 10101101 111000 1010001 0 100000 100000010 1000100 101000

Color Harmonies of #4C21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C21AD

Black with #4C21AD

Text Example


Text Example

White with #4C21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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