Html Css Color HEX #700631 Tyrian Purple

📋 copy color: '#700631'

red 112 ◦ green 6 ◦ blue 49

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

Shades of Tyrian Purple #700631

Tints of Tyrian Purple #700631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.59%

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

R = 67.07%
G = 3.59%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#700631 (or 0x700631) is known color: Tyrian Purple. HEX triplet: 70, 06 and 31. RGB value is (112,6,49). Sum of RGB (Red+Green+Blue) = 112+6+49=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #700631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700631 is #8FF9CE. Grayscale: #2A2A2A. Windows color (decimal): -9435599 or 3212912. OLE color: 3212912.

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

Color convert

RGB 112 6 49 -
CMYK 0 0.95 0.56 0.56
HSL 335.66º 0.9% 0.23% -
HSV(B) 335.66º 0.95% 0.44% -
XYZ 7.3 3.8 3.25 -
YUV 42.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 112 6 49 0 0.95 0.56 0.56 335.66 0.9 0.23
Hex 70 6 31 0 5F 38 38 150 5A 17
Octal 160 6 61 0 137 70 70 520 132 27
Binary 1110000 110 110001 0 1011111 111000 111000 101010000 1011010 10111

Color Harmonies of #700631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700631

Black with #700631

Text Example


Text Example

White with #700631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700631; }

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

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

background-color css

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

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

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

border-color css

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

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

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