Html Css Color HEX #4C21AF Purple Heart

📋 copy color: '#4C21AF'

red 76 ◦ green 33 ◦ blue 175

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

Shades of Purple Heart #4C21AF

Tints of Purple Heart #4C21AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 61.62%

R = 26.76%
G = 11.62%
B = 61.62%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4C21AF (or 0x4C21AF) is known color: Purple Heart. HEX triplet: 4C, 21 and AF. RGB value is (76,33,175). Sum of RGB (Red+Green+Blue) = 76+33+175=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C21AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C21AF is #B3DE50. Grayscale: #3D3D3D. Windows color (decimal): -11787857 or 11477324. OLE color: 11477324.

HSL color Cylindrical-coordinate representation of color #4C21AF: hue angle of 258.17º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C21AF is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 33 175 -
CMYK 0.57 0.81 0 0.31
HSL 258.17º 0.68% 0.41% -
HSV(B) 258.17º 0.81% 0.69% -
XYZ 11.26 5.72 41.07 -
YUV 62.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 76 33 175 0.57 0.81 0 0.31 258.17 0.68 0.41
Hex 4C 21 AF 39 51 0 1F 102 44 29
Octal 114 41 257 71 121 0 37 402 104 51
Binary 1001100 100001 10101111 111001 1010001 0 11111 100000010 1000100 101001

Color Harmonies of #4C21AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C21AF

Black with #4C21AF

Text Example


Text Example

White with #4C21AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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