Html Css Color HEX #70033D Tyrian Purple

📋 copy color: '#70033D'

red 112 ◦ green 3 ◦ blue 61

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

Shades of Tyrian Purple #70033D

Tints of Tyrian Purple #70033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.7%

 BLUE value IS 61 (24.22% from 255) = 34.66%

R = 63.64%
G = 1.7%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70033D (or 0x70033D) is known color: Tyrian Purple. HEX triplet: 70, 03 and 3D. RGB value is (112,3,61). Sum of RGB (Red+Green+Blue) = 112+3+61=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #70033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70033D is #8FFCC2. Grayscale: #2A2A2A. Windows color (decimal): -9436355 or 3998576. OLE color: 3998576.

HSL color Cylindrical-coordinate representation of color #70033D: hue angle of 328.07º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70033D is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 61 -
CMYK 0 0.97 0.46 0.56
HSL 328.07º 0.95% 0.23% -
HSV(B) 328.07º 0.97% 0.44% -
XYZ 7.56 3.85 4.76 -
YUV 42.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 112 3 61 0 0.97 0.46 0.56 328.07 0.95 0.23
Hex 70 3 3D 0 61 2E 38 148 5F 17
Octal 160 3 75 0 141 56 70 510 137 27
Binary 1110000 11 111101 0 1100001 101110 111000 101001000 1011111 10111

Color Harmonies of #70033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70033D

Black with #70033D

Text Example


Text Example

White with #70033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70033D; }

 p { color: rgb(112,3,61); }

 H1.HeaderClassName
 {
   color: #70033D;
 }
 .AnyTagClassName
 {
   color: #70033D;
 }
</style>

background-color css

<style>
 a { background-color: #70033D; }

 a { background-color: rgb(112,3,61); }

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

border-color css

<style>
 span { border-color: #70033D; }

 span { border-color: rgb(112,3,61); }

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