Html Css Color HEX #700251 Tyrian Purple

📋 copy color: '#700251'

red 112 ◦ green 2 ◦ blue 81

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

Shades of Tyrian Purple #700251

Tints of Tyrian Purple #700251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.54%

R = 57.44%
G = 1.03%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#700251 (or 0x700251) is known color: Tyrian Purple. HEX triplet: 70, 02 and 51. RGB value is (112,2,81). Sum of RGB (Red+Green+Blue) = 112+2+81=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #700251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700251 is #8FFDAE. Grayscale: #2B2B2B. Windows color (decimal): -9436591 or 5309040. OLE color: 5309040.

HSL color Cylindrical-coordinate representation of color #700251: hue angle of 316.91º 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 #700251 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 81 -
CMYK 0 0.98 0.28 0.56
HSL 316.91º 0.96% 0.22% -
HSV(B) 316.91º 0.98% 0.44% -
XYZ 8.19 4.08 8.14 -
YUV 43.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 112 2 81 0 0.98 0.28 0.56 316.91 0.96 0.22
Hex 70 2 51 0 62 1C 38 13D 60 16
Octal 160 2 121 0 142 34 70 475 140 26
Binary 1110000 10 1010001 0 1100010 11100 111000 100111101 1100000 10110

Color Harmonies of #700251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700251

Black with #700251

Text Example


Text Example

White with #700251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700251; }

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

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

background-color css

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

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

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

border-color css

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

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

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