Html Css Color HEX #700537 Tyrian Purple

📋 copy color: '#700537'

red 112 ◦ green 5 ◦ blue 55

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

Shades of Tyrian Purple #700537

Tints of Tyrian Purple #700537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.98%

R = 65.12%
G = 2.91%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#700537 (or 0x700537) is known color: Tyrian Purple. HEX triplet: 70, 05 and 37. RGB value is (112,5,55). Sum of RGB (Red+Green+Blue) = 112+5+55=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #700537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700537 is #8FFAC8. Grayscale: #2A2A2A. Windows color (decimal): -9435849 or 3605872. OLE color: 3605872.

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

Color convert

RGB 112 5 55 -
CMYK 0 0.96 0.51 0.56
HSL 331.96º 0.91% 0.23% -
HSV(B) 331.96º 0.96% 0.44% -
XYZ 7.43 3.83 3.96 -
YUV 42.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 112 5 55 0 0.96 0.51 0.56 331.96 0.91 0.23
Hex 70 5 37 0 60 33 38 14C 5B 17
Octal 160 5 67 0 140 63 70 514 133 27
Binary 1110000 101 110111 0 1100000 110011 111000 101001100 1011011 10111

Color Harmonies of #700537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700537

Black with #700537

Text Example


Text Example

White with #700537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700537; }

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

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

background-color css

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

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

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

border-color css

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

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

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