Html Css Color HEX #4C0B42 Tyrian Purple

📋 copy color: '#4C0B42'

red 76 ◦ green 11 ◦ blue 66

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

Shades of Tyrian Purple #4C0B42

Tints of Tyrian Purple #4C0B42

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.19%

 BLUE value IS 66 (26.17% from 255) = 43.14%

R = 49.67%
G = 7.19%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#4C0B42 (or 0x4C0B42) is known color: Tyrian Purple. HEX triplet: 4C, 0B and 42. RGB value is (76,11,66). Sum of RGB (Red+Green+Blue) = 76+11+66=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0B42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0B42 is #B3F4BD. Grayscale: #242424. Windows color (decimal): -11793598 or 4328268. OLE color: 4328268.

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

Color convert

RGB 76 11 66 -
CMYK 0 0.86 0.13 0.70
HSL 309.23º 0.75% 0.17% -
HSV(B) 309.23º 0.86% 0.3% -
XYZ 4.08 2.17 5.36 -
YUV 36.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 76 11 66 0 0.86 0.13 0.70 309.23 0.75 0.17
Hex 4C B 42 0 56 D 46 135 4B 11
Octal 114 13 102 0 126 15 106 465 113 21
Binary 1001100 1011 1000010 0 1010110 1101 1000110 100110101 1001011 10001

Color Harmonies of #4C0B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0B42

Black with #4C0B42

Text Example


Text Example

White with #4C0B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,11,66); }

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

background-color css

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

 a { background-color: rgb(76,11,66); }

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

border-color css

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

 span { border-color: rgb(76,11,66); }

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