Html Css Color HEX #4C20AF Purple Heart

📋 copy color: '#4C20AF'

red 76 ◦ green 32 ◦ blue 175

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

Shades of Purple Heart #4C20AF

Tints of Purple Heart #4C20AF

RGB

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

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

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

R = 26.86%
G = 11.31%
B = 61.84%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4C20AF (or 0x4C20AF) is known color: Purple Heart. HEX triplet: 4C, 20 and AF. RGB value is (76,32,175). Sum of RGB (Red+Green+Blue) = 76+32+175=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C20AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C20AF is #B3DF50. Grayscale: #3C3C3C. Windows color (decimal): -11788113 or 11477068. OLE color: 11477068.

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

Color convert

RGB 76 32 175 -
CMYK 0.57 0.82 0 0.31
HSL 258.46º 0.69% 0.41% -
HSV(B) 258.46º 0.82% 0.69% -
XYZ 11.23 5.66 41.06 -
YUV 61.46 192.08 138.37 -
System Red Green Blue C M Y K H S L
Decimal 76 32 175 0.57 0.82 0 0.31 258.46 0.69 0.41
Hex 4C 20 AF 39 52 0 1F 102 45 29
Octal 114 40 257 71 122 0 37 402 105 51
Binary 1001100 100000 10101111 111001 1010010 0 11111 100000010 1000101 101001

Color Harmonies of #4C20AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C20AF

Black with #4C20AF

Text Example


Text Example

White with #4C20AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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