Html Css Color HEX #4C20B1 Purple Heart

📋 copy color: '#4C20B1'

red 76 ◦ green 32 ◦ blue 177

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

Shades of Purple Heart #4C20B1

Tints of Purple Heart #4C20B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 62.11%

R = 26.67%
G = 11.23%
B = 62.11%

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

#4C20B1 (or 0x4C20B1) is known color: Purple Heart. HEX triplet: 4C, 20 and B1. RGB value is (76,32,177). Sum of RGB (Red+Green+Blue) = 76+32+177=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 177 (69.53% from 255 or 62.11% from 285); Max value from RGB is 177 - color contains mainly: blue. Hex color #4C20B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C20B1 is #B3DF4E. Grayscale: #3D3D3D. Windows color (decimal): -11788111 or 11608140. OLE color: 11608140.

HSL color Cylindrical-coordinate representation of color #4C20B1: hue angle of 258.21º 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 #4C20B1 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 32 177 -
CMYK 0.57 0.82 0 0.31
HSL 258.21º 0.69% 0.41% -
HSV(B) 258.21º 0.82% 0.69% -
XYZ 11.43 5.74 42.1 -
YUV 61.69 193.08 138.21 -
System Red Green Blue C M Y K H S L
Decimal 76 32 177 0.57 0.82 0 0.31 258.21 0.69 0.41
Hex 4C 20 B1 39 52 0 1F 102 45 29
Octal 114 40 261 71 122 0 37 402 105 51
Binary 1001100 100000 10110001 111001 1010010 0 11111 100000010 1000101 101001

Color Harmonies of #4C20B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C20B1

Black with #4C20B1

Text Example


Text Example

White with #4C20B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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