Html Css Color HEX #4C033D Tyrian Purple

📋 copy color: '#4C033D'

red 76 ◦ green 3 ◦ blue 61

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

Shades of Tyrian Purple #4C033D

Tints of Tyrian Purple #4C033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

 BLUE value IS 61 (24.22% from 255) = 43.57%

R = 54.29%
G = 2.14%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C033D (or 0x4C033D) is known color: Tyrian Purple. HEX triplet: 4C, 03 and 3D. RGB value is (76,3,61). Sum of RGB (Red+Green+Blue) = 76+3+61=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C033D is #B3FCC2. Grayscale: #1F1F1F. Windows color (decimal): -11795651 or 3998540. OLE color: 3998540.

HSL color Cylindrical-coordinate representation of color #4C033D: hue angle of 312.33º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C033D is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 3 61 -
CMYK 0 0.96 0.20 0.70
HSL 312.33º 0.92% 0.15% -
HSV(B) 312.33º 0.96% 0.3% -
XYZ 3.86 1.94 4.59 -
YUV 31.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 76 3 61 0 0.96 0.20 0.70 312.33 0.92 0.15
Hex 4C 3 3D 0 60 14 46 138 5C F
Octal 114 3 75 0 140 24 106 470 134 17
Binary 1001100 11 111101 0 1100000 10100 1000110 100111000 1011100 1111

Color Harmonies of #4C033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C033D

Black with #4C033D

Text Example


Text Example

White with #4C033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,3,61); }

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

background-color css

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

 a { background-color: rgb(76,3,61); }

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

border-color css

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

 span { border-color: rgb(76,3,61); }

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