Html Css Color HEX #700431 Tyrian Purple

📋 copy color: '#700431'

red 112 ◦ green 4 ◦ blue 49

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

Shades of Tyrian Purple #700431

Tints of Tyrian Purple #700431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.42%

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 67.88%
G = 2.42%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#700431 (or 0x700431) is known color: Tyrian Purple. HEX triplet: 70, 04 and 31. RGB value is (112,4,49). Sum of RGB (Red+Green+Blue) = 112+4+49=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #700431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700431 is #8FFBCE. Grayscale: #292929. Windows color (decimal): -9436111 or 3212400. OLE color: 3212400.

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

Color convert

RGB 112 4 49 -
CMYK 0 0.96 0.56 0.56
HSL 335º 0.93% 0.23% -
HSV(B) 335º 0.96% 0.44% -
XYZ 7.28 3.75 3.25 -
YUV 41.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 112 4 49 0 0.96 0.56 0.56 335 0.93 0.23
Hex 70 4 31 0 60 38 38 14F 5D 17
Octal 160 4 61 0 140 70 70 517 135 27
Binary 1110000 100 110001 0 1100000 111000 111000 101001111 1011101 10111

Color Harmonies of #700431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700431

Black with #700431

Text Example


Text Example

White with #700431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700431; }

 p { color: rgb(112,4,49); }

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

background-color css

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

 a { background-color: rgb(112,4,49); }

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

border-color css

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

 span { border-color: rgb(112,4,49); }

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