Html Css Color HEX #4C023C Tyrian Purple

📋 copy color: '#4C023C'

red 76 ◦ green 2 ◦ blue 60

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

Shades of Tyrian Purple #4C023C

Tints of Tyrian Purple #4C023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.45%

 BLUE value IS 60 (23.83% from 255) = 43.48%

R = 55.07%
G = 1.45%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4C023C (or 0x4C023C) is known color: Tyrian Purple. HEX triplet: 4C, 02 and 3C. RGB value is (76,2,60). Sum of RGB (Red+Green+Blue) = 76+2+60=138 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.07% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 76 - color contains mainly: red. Hex color #4C023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C023C is #B3FDC3. Grayscale: #1E1E1E. Windows color (decimal): -11795908 or 3932748. OLE color: 3932748.

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

Color convert

RGB 76 2 60 -
CMYK 0 0.97 0.21 0.70
HSL 312.97º 0.95% 0.15% -
HSV(B) 312.97º 0.97% 0.3% -
XYZ 3.82 1.91 4.44 -
YUV 30.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 76 2 60 0 0.97 0.21 0.70 312.97 0.95 0.15
Hex 4C 2 3C 0 61 15 46 139 5F F
Octal 114 2 74 0 141 25 106 471 137 17
Binary 1001100 10 111100 0 1100001 10101 1000110 100111001 1011111 1111

Color Harmonies of #4C023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C023C

Black with #4C023C

Text Example


Text Example

White with #4C023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,2,60); }

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

background-color css

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

 a { background-color: rgb(76,2,60); }

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

border-color css

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

 span { border-color: rgb(76,2,60); }

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