Html Css Color HEX #700538 Tyrian Purple

📋 copy color: '#700538'

red 112 ◦ green 5 ◦ blue 56

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

Shades of Tyrian Purple #700538

Tints of Tyrian Purple #700538

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

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

R = 64.74%
G = 2.89%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#700538 (or 0x700538) is known color: Tyrian Purple. HEX triplet: 70, 05 and 38. RGB value is (112,5,56). Sum of RGB (Red+Green+Blue) = 112+5+56=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #700538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700538 is #8FFAC7. Grayscale: #2A2A2A. Windows color (decimal): -9435848 or 3671408. OLE color: 3671408.

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

Color convert

RGB 112 5 56 -
CMYK 0 0.96 0.50 0.56
HSL 331.4º 0.91% 0.23% -
HSV(B) 331.4º 0.96% 0.44% -
XYZ 7.45 3.84 4.09 -
YUV 42.81 135.45 177.35 -
System Red Green Blue C M Y K H S L
Decimal 112 5 56 0 0.96 0.50 0.56 331.4 0.91 0.23
Hex 70 5 38 0 60 32 38 14B 5B 17
Octal 160 5 70 0 140 62 70 513 133 27
Binary 1110000 101 111000 0 1100000 110010 111000 101001011 1011011 10111

Color Harmonies of #700538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700538

Black with #700538

Text Example


Text Example

White with #700538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700538; }

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

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

background-color css

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

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

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

border-color css

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

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

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