Html Css Color HEX #700037 Tyrian Purple

📋 copy color: '#700037'

red 112 ◦ green 0 ◦ blue 55

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

Shades of Tyrian Purple #700037

Tints of Tyrian Purple #700037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.07%
G = 0%
B = 32.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#700037 (or 0x700037) is known color: Tyrian Purple. HEX triplet: 70, 00 and 37. RGB value is (112,0,55). Sum of RGB (Red+Green+Blue) = 112+0+55=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #700037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700037 is #8FFFC8. Grayscale: #272727. Windows color (decimal): -9437129 or 3604592. OLE color: 3604592.

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

Color convert

RGB 112 0 55 -
CMYK 0 1 0.51 0.56
HSL 330.54º 1% 0.22% -
HSV(B) 330.54º 1% 0.44% -
XYZ 7.37 3.72 3.94 -
YUV 39.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 112 0 55 0 1 0.51 0.56 330.54 1 0.22
Hex 70 0 37 0 64 33 38 14B 64 16
Octal 160 0 67 0 144 63 70 513 144 26
Binary 1110000 0 110111 0 1100100 110011 111000 101001011 1100100 10110

Color Harmonies of #700037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700037

Black with #700037

Text Example


Text Example

White with #700037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700037; }

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

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

background-color css

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

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

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

border-color css

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

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

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