#700037

Color #700037 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #700037

Tints of Tyrian Purple #700037

Color information

#700037 (or 0x700037) is unknown color: approx 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

RGB112055-
CMYK010.510.56
HSL330.54º100%21.96%-
HSV(B)330.54º100%43.92%-
XYZ7.373.723.94-
YUV39.76136.61179.53-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112055010.510.56330.5410021.96
Hex70037064333814b6416
Octal1600670144637051314426
Binary1110000011011101100100110011111000101001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>