Html Css Color HEX #700835 Tyrian Purple

📋 copy color: '#700835'

red 112 ◦ green 8 ◦ blue 53

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

Shades of Tyrian Purple #700835

Tints of Tyrian Purple #700835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

 BLUE value IS 53 (21.09% from 255) = 30.64%

R = 64.74%
G = 4.62%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#700835 (or 0x700835) is known color: Tyrian Purple. HEX triplet: 70, 08 and 35. RGB value is (112,8,53). Sum of RGB (Red+Green+Blue) = 112+8+53=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #700835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700835 is #8FF7CA. Grayscale: #2C2C2C. Windows color (decimal): -9435083 or 3475568. OLE color: 3475568.

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

Color convert

RGB 112 8 53 -
CMYK 0 0.93 0.53 0.56
HSL 334.04º 0.87% 0.24% -
HSV(B) 334.04º 0.93% 0.44% -
XYZ 7.41 3.88 3.73 -
YUV 44.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 112 8 53 0 0.93 0.53 0.56 334.04 0.87 0.24
Hex 70 8 35 0 5D 35 38 14E 57 18
Octal 160 10 65 0 135 65 70 516 127 30
Binary 1110000 1000 110101 0 1011101 110101 111000 101001110 1010111 11000

Color Harmonies of #700835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700835

Black with #700835

Text Example


Text Example

White with #700835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700835; }

 p { color: rgb(112,8,53); }

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

background-color css

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

 a { background-color: rgb(112,8,53); }

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

border-color css

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

 span { border-color: rgb(112,8,53); }

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