Html Css Color HEX #4C294B Hot Purple

📋 copy color: '#4C294B'

red 76 ◦ green 41 ◦ blue 75

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

Shades of Hot Purple #4C294B

Tints of Hot Purple #4C294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.06%

R = 39.58%
G = 21.35%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4C294B (or 0x4C294B) is known color: Hot Purple. HEX triplet: 4C, 29 and 4B. RGB value is (76,41,75). Sum of RGB (Red+Green+Blue) = 76+41+75=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 76 - color contains mainly: red. Hex color #4C294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C294B is #B3D6B4. Grayscale: #373737. Windows color (decimal): -11785909 or 4925772. OLE color: 4925772.

HSL color Cylindrical-coordinate representation of color #4C294B: hue angle of 301.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C294B is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 41 75 -
CMYK 0 0.46 0.01 0.70
HSL 301.71º 0.3% 0.23% -
HSV(B) 301.71º 0.46% 0.3% -
XYZ 5.04 3.63 7.09 -
YUV 55.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 76 41 75 0 0.46 0.01 0.70 301.71 0.3 0.23
Hex 4C 29 4B 0 2E 1 46 12E 1E 17
Octal 114 51 113 0 56 1 106 456 36 27
Binary 1001100 101001 1001011 0 101110 1 1000110 100101110 11110 10111

Color Harmonies of #4C294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C294B

Black with #4C294B

Text Example


Text Example

White with #4C294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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