Html Css Color HEX #4C29B1 Purple Heart

📋 copy color: '#4C29B1'

red 76 ◦ green 41 ◦ blue 177

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

Shades of Purple Heart #4C29B1

Tints of Purple Heart #4C29B1

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

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

R = 25.85%
G = 13.95%
B = 60.2%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4C29B1 (or 0x4C29B1) is known color: Purple Heart. HEX triplet: 4C, 29 and B1. RGB value is (76,41,177). Sum of RGB (Red+Green+Blue) = 76+41+177=294 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.85% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #4C29B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C29B1 is #B3D64E. Grayscale: #424242. Windows color (decimal): -11785807 or 11610444. OLE color: 11610444.

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

Color convert

RGB 76 41 177 -
CMYK 0.57 0.77 0 0.31
HSL 255.44º 0.62% 0.43% -
HSV(B) 255.44º 0.77% 0.69% -
XYZ 11.71 6.3 42.19 -
YUV 66.97 190.1 134.44 -
System Red Green Blue C M Y K H S L
Decimal 76 41 177 0.57 0.77 0 0.31 255.44 0.62 0.43
Hex 4C 29 B1 39 4D 0 1F FF 3E 2B
Octal 114 51 261 71 115 0 37 377 76 53
Binary 1001100 101001 10110001 111001 1001101 0 11111 11111111 111110 101011

Color Harmonies of #4C29B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C29B1

Black with #4C29B1

Text Example


Text Example

White with #4C29B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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