Html Css Color HEX #4C0A4B Hot Purple

📋 copy color: '#4C0A4B'

red 76 ◦ green 10 ◦ blue 75

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

Shades of Hot Purple #4C0A4B

Tints of Hot Purple #4C0A4B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.21%

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

R = 47.2%
G = 6.21%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4C0A4B (or 0x4C0A4B) is known color: Hot Purple. HEX triplet: 4C, 0A and 4B. RGB value is (76,10,75). Sum of RGB (Red+Green+Blue) = 76+10+75=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0A4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0A4B is #B3F5B4. Grayscale: #242424. Windows color (decimal): -11793845 or 4917836. OLE color: 4917836.

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

Color convert

RGB 76 10 75 -
CMYK 0 0.87 0.01 0.70
HSL 300.91º 0.77% 0.17% -
HSV(B) 300.91º 0.87% 0.3% -
XYZ 4.36 2.26 6.86 -
YUV 37.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 76 10 75 0 0.87 0.01 0.70 300.91 0.77 0.17
Hex 4C A 4B 0 57 1 46 12D 4D 11
Octal 114 12 113 0 127 1 106 455 115 21
Binary 1001100 1010 1001011 0 1010111 1 1000110 100101101 1001101 10001

Color Harmonies of #4C0A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0A4B

Black with #4C0A4B

Text Example


Text Example

White with #4C0A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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