Html Css Color HEX #700136 Tyrian Purple

📋 copy color: '#700136'

red 112 ◦ green 1 ◦ blue 54

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

Shades of Tyrian Purple #700136

Tints of Tyrian Purple #700136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 54 (21.48% from 255) = 32.34%

R = 67.07%
G = 0.6%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#700136 (or 0x700136) is known color: Tyrian Purple. HEX triplet: 70, 01 and 36. RGB value is (112,1,54). Sum of RGB (Red+Green+Blue) = 112+1+54=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #700136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700136 is #8FFEC9. Grayscale: #282828. Windows color (decimal): -9436874 or 3539312. OLE color: 3539312.

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

Color convert

RGB 112 1 54 -
CMYK 0 0.99 0.52 0.56
HSL 331.35º 0.98% 0.22% -
HSV(B) 331.35º 0.99% 0.44% -
XYZ 7.36 3.73 3.82 -
YUV 40.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 112 1 54 0 0.99 0.52 0.56 331.35 0.98 0.22
Hex 70 1 36 0 63 34 38 14B 62 16
Octal 160 1 66 0 143 64 70 513 142 26
Binary 1110000 1 110110 0 1100011 110100 111000 101001011 1100010 10110

Color Harmonies of #700136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700136

Black with #700136

Text Example


Text Example

White with #700136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700136; }

 p { color: rgb(112,1,54); }

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

background-color css

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

 a { background-color: rgb(112,1,54); }

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

border-color css

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

 span { border-color: rgb(112,1,54); }

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