Html Css Color HEX #700138 Tyrian Purple

📋 copy color: '#700138'

red 112 ◦ green 1 ◦ blue 56

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

Shades of Tyrian Purple #700138

Tints of Tyrian Purple #700138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 33.14%

R = 66.27%
G = 0.59%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#700138 (or 0x700138) is known color: Tyrian Purple. HEX triplet: 70, 01 and 38. RGB value is (112,1,56). Sum of RGB (Red+Green+Blue) = 112+1+56=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #700138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700138 is #8FFEC7. Grayscale: #282828. Windows color (decimal): -9436872 or 3670384. OLE color: 3670384.

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

Color convert

RGB 112 1 56 -
CMYK 0 0.99 0.50 0.56
HSL 330.27º 0.98% 0.22% -
HSV(B) 330.27º 0.99% 0.44% -
XYZ 7.41 3.75 4.08 -
YUV 40.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 112 1 56 0 0.99 0.50 0.56 330.27 0.98 0.22
Hex 70 1 38 0 63 32 38 14A 62 16
Octal 160 1 70 0 143 62 70 512 142 26
Binary 1110000 1 111000 0 1100011 110010 111000 101001010 1100010 10110

Color Harmonies of #700138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700138

Black with #700138

Text Example


Text Example

White with #700138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700138; }

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

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

background-color css

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

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

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

border-color css

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

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

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