Html Css Color HEX #4C21AC Purple Heart

📋 copy color: '#4C21AC'

red 76 ◦ green 33 ◦ blue 172

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

Shades of Purple Heart #4C21AC

Tints of Purple Heart #4C21AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.21%

R = 27.05%
G = 11.74%
B = 61.21%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C21AC (or 0x4C21AC) is known color: Purple Heart. HEX triplet: 4C, 21 and AC. RGB value is (76,33,172). Sum of RGB (Red+Green+Blue) = 76+33+172=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C21AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C21AC is #B3DE53. Grayscale: #3D3D3D. Windows color (decimal): -11787860 or 11280716. OLE color: 11280716.

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

Color convert

RGB 76 33 172 -
CMYK 0.56 0.81 0 0.33
HSL 258.56º 0.68% 0.4% -
HSV(B) 258.56º 0.81% 0.67% -
XYZ 10.97 5.6 39.53 -
YUV 61.7 190.25 138.2 -
System Red Green Blue C M Y K H S L
Decimal 76 33 172 0.56 0.81 0 0.33 258.56 0.68 0.4
Hex 4C 21 AC 38 51 0 21 103 44 28
Octal 114 41 254 70 121 0 41 403 104 50
Binary 1001100 100001 10101100 111000 1010001 0 100001 100000011 1000100 101000

Color Harmonies of #4C21AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C21AC

Black with #4C21AC

Text Example


Text Example

White with #4C21AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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