Html Css Color HEX #700A35 Tyrian Purple

📋 copy color: '#700A35'

red 112 ◦ green 10 ◦ blue 53

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

Shades of Tyrian Purple #700A35

Tints of Tyrian Purple #700A35

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.71%

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

R = 64%
G = 5.71%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#700A35 (or 0x700A35) is known color: Tyrian Purple. HEX triplet: 70, 0A and 35. RGB value is (112,10,53). Sum of RGB (Red+Green+Blue) = 112+10+53=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #700A35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A35 is #8FF5CA. Grayscale: #2D2D2D. Windows color (decimal): -9434571 or 3476080. OLE color: 3476080.

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

Color convert

RGB 112 10 53 -
CMYK 0 0.91 0.53 0.56
HSL 334.71º 0.84% 0.24% -
HSV(B) 334.71º 0.91% 0.44% -
XYZ 7.43 3.92 3.73 -
YUV 45.4 132.29 175.5 -
System Red Green Blue C M Y K H S L
Decimal 112 10 53 0 0.91 0.53 0.56 334.71 0.84 0.24
Hex 70 A 35 0 5B 35 38 14F 54 18
Octal 160 12 65 0 133 65 70 517 124 30
Binary 1110000 1010 110101 0 1011011 110101 111000 101001111 1010100 11000

Color Harmonies of #700A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A35

Black with #700A35

Text Example


Text Example

White with #700A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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