Html Css Color HEX #700936 Tyrian Purple

📋 copy color: '#700936'

red 112 ◦ green 9 ◦ blue 54

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

Shades of Tyrian Purple #700936

Tints of Tyrian Purple #700936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.86%

R = 64%
G = 5.14%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#700936 (or 0x700936) is known color: Tyrian Purple. HEX triplet: 70, 09 and 36. RGB value is (112,9,54). Sum of RGB (Red+Green+Blue) = 112+9+54=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #700936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700936 is #8FF6C9. Grayscale: #2C2C2C. Windows color (decimal): -9434826 or 3541360. OLE color: 3541360.

HSL color Cylindrical-coordinate representation of color #700936: hue angle of 333.79º 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 #700936 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 9 54 -
CMYK 0 0.92 0.52 0.56
HSL 333.79º 0.85% 0.24% -
HSV(B) 333.79º 0.92% 0.44% -
XYZ 7.45 3.91 3.85 -
YUV 44.93 133.12 175.84 -
System Red Green Blue C M Y K H S L
Decimal 112 9 54 0 0.92 0.52 0.56 333.79 0.85 0.24
Hex 70 9 36 0 5C 34 38 14E 55 18
Octal 160 11 66 0 134 64 70 516 125 30
Binary 1110000 1001 110110 0 1011100 110100 111000 101001110 1010101 11000

Color Harmonies of #700936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700936

Black with #700936

Text Example


Text Example

White with #700936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700936; }

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

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

background-color css

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

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

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

border-color css

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

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

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