Html Css Color HEX #70013C Tyrian Purple

📋 copy color: '#70013C'

red 112 ◦ green 1 ◦ blue 60

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

Shades of Tyrian Purple #70013C

Tints of Tyrian Purple #70013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 64.74%
G = 0.58%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70013C (or 0x70013C) is known color: Tyrian Purple. HEX triplet: 70, 01 and 3C. RGB value is (112,1,60). Sum of RGB (Red+Green+Blue) = 112+1+60=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #70013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70013C is #8FFEC3. Grayscale: #282828. Windows color (decimal): -9436868 or 3932528. OLE color: 3932528.

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

Color convert

RGB 112 1 60 -
CMYK 0 0.99 0.46 0.56
HSL 328.11º 0.98% 0.22% -
HSV(B) 328.11º 0.99% 0.44% -
XYZ 7.51 3.79 4.61 -
YUV 40.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 112 1 60 0 0.99 0.46 0.56 328.11 0.98 0.22
Hex 70 1 3C 0 63 2E 38 148 62 16
Octal 160 1 74 0 143 56 70 510 142 26
Binary 1110000 1 111100 0 1100011 101110 111000 101001000 1100010 10110

Color Harmonies of #70013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70013C

Black with #70013C

Text Example


Text Example

White with #70013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,1,60); }

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

background-color css

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

 a { background-color: rgb(112,1,60); }

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

border-color css

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

 span { border-color: rgb(112,1,60); }

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