Html Css Color HEX #70005C Tyrian Purple

📋 copy color: '#70005C'

red 112 ◦ green 0 ◦ blue 92

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

Shades of Tyrian Purple #70005C

Tints of Tyrian Purple #70005C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 92 (36.33% from 255) = 45.1%

R = 54.9%
G = 0%
B = 45.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70005C (or 0x70005C) is known color: Tyrian Purple. HEX triplet: 70, 00 and 5C. RGB value is (112,0,92). Sum of RGB (Red+Green+Blue) = 112+0+92=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #70005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70005C is #8FFFA3. Grayscale: #2B2B2B. Windows color (decimal): -9437092 or 6029424. OLE color: 6029424.

HSL color Cylindrical-coordinate representation of color #70005C: hue angle of 310.71º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70005C is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 92 -
CMYK 0 1 0.18 0.56
HSL 310.71º 1% 0.22% -
HSV(B) 310.71º 1% 0.44% -
XYZ 8.61 4.22 10.49 -
YUV 43.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 112 0 92 0 1 0.18 0.56 310.71 1 0.22
Hex 70 0 5C 0 64 12 38 137 64 16
Octal 160 0 134 0 144 22 70 467 144 26
Binary 1110000 0 1011100 0 1100100 10010 111000 100110111 1100100 10110

Color Harmonies of #70005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70005C

Black with #70005C

Text Example


Text Example

White with #70005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,0,92); }

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

background-color css

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

 a { background-color: rgb(112,0,92); }

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

border-color css

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

 span { border-color: rgb(112,0,92); }

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