Html Css Color HEX #4C21AB Purple Heart

📋 copy color: '#4C21AB'

red 76 ◦ green 33 ◦ blue 171

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

Shades of Purple Heart #4C21AB

Tints of Purple Heart #4C21AB

RGB

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

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

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

R = 27.14%
G = 11.79%
B = 61.07%

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

#4C21AB (or 0x4C21AB) is known color: Purple Heart. HEX triplet: 4C, 21 and AB. RGB value is (76,33,171). Sum of RGB (Red+Green+Blue) = 76+33+171=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C21AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C21AB is #B3DE54. Grayscale: #3D3D3D. Windows color (decimal): -11787861 or 11215180. OLE color: 11215180.

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

Color convert

RGB 76 33 171 -
CMYK 0.56 0.81 0 0.33
HSL 258.7º 0.68% 0.4% -
HSV(B) 258.7º 0.81% 0.67% -
XYZ 10.88 5.56 39.03 -
YUV 61.59 189.75 138.28 -
System Red Green Blue C M Y K H S L
Decimal 76 33 171 0.56 0.81 0 0.33 258.7 0.68 0.4
Hex 4C 21 AB 38 51 0 21 103 44 28
Octal 114 41 253 70 121 0 41 403 104 50
Binary 1001100 100001 10101011 111000 1010001 0 100001 100000011 1000100 101000

Color Harmonies of #4C21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C21AB

Black with #4C21AB

Text Example


Text Example

White with #4C21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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