Html Css Color HEX #700935 Tyrian Purple

📋 copy color: '#700935'

red 112 ◦ green 9 ◦ blue 53

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

Shades of Tyrian Purple #700935

Tints of Tyrian Purple #700935

RGB

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

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

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

R = 64.37%
G = 5.17%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#700935 (or 0x700935) is known color: Tyrian Purple. HEX triplet: 70, 09 and 35. RGB value is (112,9,53). Sum of RGB (Red+Green+Blue) = 112+9+53=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #700935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700935 is #8FF6CA. Grayscale: #2C2C2C. Windows color (decimal): -9434827 or 3475824. OLE color: 3475824.

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

Color convert

RGB 112 9 53 -
CMYK 0 0.92 0.53 0.56
HSL 334.37º 0.85% 0.24% -
HSV(B) 334.37º 0.92% 0.44% -
XYZ 7.42 3.9 3.73 -
YUV 44.81 132.62 175.92 -
System Red Green Blue C M Y K H S L
Decimal 112 9 53 0 0.92 0.53 0.56 334.37 0.85 0.24
Hex 70 9 35 0 5C 35 38 14E 55 18
Octal 160 11 65 0 134 65 70 516 125 30
Binary 1110000 1001 110101 0 1011100 110101 111000 101001110 1010101 11000

Color Harmonies of #700935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700935

Black with #700935

Text Example


Text Example

White with #700935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700935; }

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

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

background-color css

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

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

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

border-color css

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

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

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