Html Css Color HEX #4C1E55 Hot Purple

📋 copy color: '#4C1E55'

red 76 ◦ green 30 ◦ blue 85

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

Shades of Hot Purple #4C1E55

Tints of Hot Purple #4C1E55

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.71%

 BLUE value IS 85 (33.59% from 255) = 44.5%

R = 39.79%
G = 15.71%
B = 44.5%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4C1E55 (or 0x4C1E55) is known color: Hot Purple. HEX triplet: 4C, 1E and 55. RGB value is (76,30,85). Sum of RGB (Red+Green+Blue) = 76+30+85=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C1E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1E55 is #B3E1AA. Grayscale: #313131. Windows color (decimal): -11788715 or 5578316. OLE color: 5578316.

HSL color Cylindrical-coordinate representation of color #4C1E55: hue angle of 290.18º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C1E55 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 30 85 -
CMYK 0.11 0.65 0 0.67
HSL 290.18º 0.48% 0.23% -
HSV(B) 290.18º 0.65% 0.33% -
XYZ 5.08 3.12 8.93 -
YUV 50.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 76 30 85 0.11 0.65 0 0.67 290.18 0.48 0.23
Hex 4C 1E 55 B 41 0 43 122 30 17
Octal 114 36 125 13 101 0 103 442 60 27
Binary 1001100 11110 1010101 1011 1000001 0 1000011 100100010 110000 10111

Color Harmonies of #4C1E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1E55

Black with #4C1E55

Text Example


Text Example

White with #4C1E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,30,85); }

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

background-color css

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

 a { background-color: rgb(76,30,85); }

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

border-color css

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

 span { border-color: rgb(76,30,85); }

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