Html Css Color HEX #700938 Tyrian Purple

📋 copy color: '#700938'

red 112 ◦ green 9 ◦ blue 56

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

Shades of Tyrian Purple #700938

Tints of Tyrian Purple #700938

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

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

R = 63.28%
G = 5.08%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#700938 (or 0x700938) is known color: Tyrian Purple. HEX triplet: 70, 09 and 38. RGB value is (112,9,56). Sum of RGB (Red+Green+Blue) = 112+9+56=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #700938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700938 is #8FF6C7. Grayscale: #2D2D2D. Windows color (decimal): -9434824 or 3672432. OLE color: 3672432.

HSL color Cylindrical-coordinate representation of color #700938: hue angle of 332.62º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700938 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 9 56 -
CMYK 0 0.92 0.50 0.56
HSL 332.62º 0.85% 0.24% -
HSV(B) 332.62º 0.92% 0.44% -
XYZ 7.49 3.93 4.1 -
YUV 45.16 134.12 175.68 -
System Red Green Blue C M Y K H S L
Decimal 112 9 56 0 0.92 0.50 0.56 332.62 0.85 0.24
Hex 70 9 38 0 5C 32 38 14D 55 18
Octal 160 11 70 0 134 62 70 515 125 30
Binary 1110000 1001 111000 0 1011100 110010 111000 101001101 1010101 11000

Color Harmonies of #700938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700938

Black with #700938

Text Example


Text Example

White with #700938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700938; }

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

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

background-color css

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

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

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

border-color css

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

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

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