Html Css Color HEX #70044C Tyrian Purple

📋 copy color: '#70044C'

red 112 ◦ green 4 ◦ blue 76

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

Shades of Tyrian Purple #70044C

Tints of Tyrian Purple #70044C

RGB

 RED value IS 112 (44.14% from 255) = 58.33%

 GREEN value IS 4 (1.95% from 255) = 2.08%

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

R = 58.33%
G = 2.08%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70044C (or 0x70044C) is known color: Tyrian Purple. HEX triplet: 70, 04 and 4C. RGB value is (112,4,76). Sum of RGB (Red+Green+Blue) = 112+4+76=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70044C is #8FFBB3. Grayscale: #2C2C2C. Windows color (decimal): -9436084 or 4981872. OLE color: 4981872.

HSL color Cylindrical-coordinate representation of color #70044C: hue angle of 320º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70044C is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 76 -
CMYK 0 0.96 0.32 0.56
HSL 320º 0.93% 0.23% -
HSV(B) 320º 0.96% 0.44% -
XYZ 8.03 4.05 7.2 -
YUV 44.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 112 4 76 0 0.96 0.32 0.56 320 0.93 0.23
Hex 70 4 4C 0 60 20 38 140 5D 17
Octal 160 4 114 0 140 40 70 500 135 27
Binary 1110000 100 1001100 0 1100000 100000 111000 101000000 1011101 10111

Color Harmonies of #70044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70044C

Black with #70044C

Text Example


Text Example

White with #70044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70044C; }

 p { color: rgb(112,4,76); }

 H1.HeaderClassName
 {
   color: #70044C;
 }
 .AnyTagClassName
 {
   color: #70044C;
 }
</style>

background-color css

<style>
 a { background-color: #70044C; }

 a { background-color: rgb(112,4,76); }

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

border-color css

<style>
 span { border-color: #70044C; }

 span { border-color: rgb(112,4,76); }

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