Html Css Color HEX #700932 Tyrian Purple

📋 copy color: '#700932'

red 112 ◦ green 9 ◦ blue 50

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

Shades of Tyrian Purple #700932

Tints of Tyrian Purple #700932

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.26%

 BLUE value IS 50 (19.92% from 255) = 29.24%

R = 65.5%
G = 5.26%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#700932 (or 0x700932) is known color: Tyrian Purple. HEX triplet: 70, 09 and 32. RGB value is (112,9,50). Sum of RGB (Red+Green+Blue) = 112+9+50=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #700932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700932 is #8FF6CD. Grayscale: #2C2C2C. Windows color (decimal): -9434830 or 3279216. OLE color: 3279216.

HSL color Cylindrical-coordinate representation of color #700932: hue angle of 336.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700932 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 9 50 -
CMYK 0 0.92 0.55 0.56
HSL 336.12º 0.85% 0.24% -
HSV(B) 336.12º 0.92% 0.44% -
XYZ 7.36 3.87 3.38 -
YUV 44.47 131.12 176.17 -
System Red Green Blue C M Y K H S L
Decimal 112 9 50 0 0.92 0.55 0.56 336.12 0.85 0.24
Hex 70 9 32 0 5C 37 38 150 55 18
Octal 160 11 62 0 134 67 70 520 125 30
Binary 1110000 1001 110010 0 1011100 110111 111000 101010000 1010101 11000

Color Harmonies of #700932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700932

Black with #700932

Text Example


Text Example

White with #700932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700932; }

 p { color: rgb(112,9,50); }

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

background-color css

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

 a { background-color: rgb(112,9,50); }

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

border-color css

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

 span { border-color: rgb(112,9,50); }

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