Html Css Color HEX #4C134B Hot Purple

📋 copy color: '#4C134B'

red 76 ◦ green 19 ◦ blue 75

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

Shades of Hot Purple #4C134B

Tints of Hot Purple #4C134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.18%

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

R = 44.71%
G = 11.18%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4C134B (or 0x4C134B) is known color: Hot Purple. HEX triplet: 4C, 13 and 4B. RGB value is (76,19,75). Sum of RGB (Red+Green+Blue) = 76+19+75=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C134B is #B3ECB4. Grayscale: #2A2A2A. Windows color (decimal): -11791541 or 4920140. OLE color: 4920140.

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

Color convert

RGB 76 19 75 -
CMYK 0 0.75 0.01 0.70
HSL 301.05º 0.6% 0.19% -
HSV(B) 301.05º 0.75% 0.3% -
XYZ 4.48 2.51 6.9 -
YUV 42.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 76 19 75 0 0.75 0.01 0.70 301.05 0.6 0.19
Hex 4C 13 4B 0 4B 1 46 12D 3C 13
Octal 114 23 113 0 113 1 106 455 74 23
Binary 1001100 10011 1001011 0 1001011 1 1000110 100101101 111100 10011

Color Harmonies of #4C134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C134B

Black with #4C134B

Text Example


Text Example

White with #4C134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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