Html Css Color HEX #700735 Tyrian Purple

📋 copy color: '#700735'

red 112 ◦ green 7 ◦ blue 53

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

Shades of Tyrian Purple #700735

Tints of Tyrian Purple #700735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.07%

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

R = 65.12%
G = 4.07%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#700735 (or 0x700735) is known color: Tyrian Purple. HEX triplet: 70, 07 and 35. RGB value is (112,7,53). Sum of RGB (Red+Green+Blue) = 112+7+53=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #700735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700735 is #8FF8CA. Grayscale: #2B2B2B. Windows color (decimal): -9435339 or 3475312. OLE color: 3475312.

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

Color convert

RGB 112 7 53 -
CMYK 0 0.94 0.53 0.56
HSL 333.71º 0.88% 0.23% -
HSV(B) 333.71º 0.94% 0.44% -
XYZ 7.4 3.85 3.72 -
YUV 43.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 112 7 53 0 0.94 0.53 0.56 333.71 0.88 0.23
Hex 70 7 35 0 5E 35 38 14E 58 17
Octal 160 7 65 0 136 65 70 516 130 27
Binary 1110000 111 110101 0 1011110 110101 111000 101001110 1011000 10111

Color Harmonies of #700735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700735

Black with #700735

Text Example


Text Example

White with #700735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700735; }

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

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

background-color css

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

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

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

border-color css

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

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

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