Html Css Color HEX #70054C Tyrian Purple

📋 copy color: '#70054C'

red 112 ◦ green 5 ◦ blue 76

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

Shades of Tyrian Purple #70054C

Tints of Tyrian Purple #70054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

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

R = 58.03%
G = 2.59%
B = 39.38%

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

#70054C (or 0x70054C) is known color: Tyrian Purple. HEX triplet: 70, 05 and 4C. RGB value is (112,5,76). Sum of RGB (Red+Green+Blue) = 112+5+76=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70054C is #8FFAB3. Grayscale: #2C2C2C. Windows color (decimal): -9435828 or 4982128. OLE color: 4982128.

HSL color Cylindrical-coordinate representation of color #70054C: hue angle of 320.19º degrees, saturation: 0.91, 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 #70054C is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 76 -
CMYK 0 0.96 0.32 0.56
HSL 320.19º 0.91% 0.23% -
HSV(B) 320.19º 0.96% 0.44% -
XYZ 8.04 4.08 7.2 -
YUV 45.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 112 5 76 0 0.96 0.32 0.56 320.19 0.91 0.23
Hex 70 5 4C 0 60 20 38 140 5B 17
Octal 160 5 114 0 140 40 70 500 133 27
Binary 1110000 101 1001100 0 1100000 100000 111000 101000000 1011011 10111

Color Harmonies of #70054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70054C

Black with #70054C

Text Example


Text Example

White with #70054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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