Html Css Color HEX #4A134C Hot Purple

📋 copy color: '#4A134C'

red 74 ◦ green 19 ◦ blue 76

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

Shades of Hot Purple #4A134C

Tints of Hot Purple #4A134C

RGB

 RED value IS 74 (29.3% from 255) = 43.79%

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

 BLUE value IS 76 (30.08% from 255) = 44.97%

R = 43.79%
G = 11.24%
B = 44.97%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4A134C (or 0x4A134C) is known color: Hot Purple. HEX triplet: 4A, 13 and 4C. RGB value is (74,19,76). Sum of RGB (Red+Green+Blue) = 74+19+76=169 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.79% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A134C is #B5ECB3. Grayscale: #292929. Windows color (decimal): -11922612 or 4985674. OLE color: 4985674.

HSL color Cylindrical-coordinate representation of color #4A134C: hue angle of 297.89º 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 #4A134C is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 74 19 76 -
CMYK 0.03 0.75 0 0.70
HSL 297.89º 0.6% 0.19% -
HSV(B) 297.89º 0.75% 0.3% -
XYZ 4.36 2.44 7.08 -
YUV 41.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 74 19 76 0.03 0.75 0 0.70 297.89 0.6 0.19
Hex 4A 13 4C 3 4B 0 46 12A 3C 13
Octal 112 23 114 3 113 0 106 452 74 23
Binary 1001010 10011 1001100 11 1001011 0 1000110 100101010 111100 10011

Color Harmonies of #4A134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A134C

Black with #4A134C

Text Example


Text Example

White with #4A134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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