Html Css Color HEX #700231 Tyrian Purple

📋 copy color: '#700231'

red 112 ◦ green 2 ◦ blue 49

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

Shades of Tyrian Purple #700231

Tints of Tyrian Purple #700231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

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

R = 68.71%
G = 1.23%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#700231 (or 0x700231) is known color: Tyrian Purple. HEX triplet: 70, 02 and 31. RGB value is (112,2,49). Sum of RGB (Red+Green+Blue) = 112+2+49=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #700231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700231 is #8FFDCE. Grayscale: #282828. Windows color (decimal): -9436623 or 3211888. OLE color: 3211888.

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

Color convert

RGB 112 2 49 -
CMYK 0 0.98 0.56 0.56
HSL 334.36º 0.96% 0.22% -
HSV(B) 334.36º 0.98% 0.44% -
XYZ 7.26 3.71 3.24 -
YUV 40.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 112 2 49 0 0.98 0.56 0.56 334.36 0.96 0.22
Hex 70 2 31 0 62 38 38 14E 60 16
Octal 160 2 61 0 142 70 70 516 140 26
Binary 1110000 10 110001 0 1100010 111000 111000 101001110 1100000 10110

Color Harmonies of #700231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700231

Black with #700231

Text Example


Text Example

White with #700231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700231; }

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

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

background-color css

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

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

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

border-color css

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

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

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