#700036

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

Shades of Tyrian Purple #700036

Tints of Tyrian Purple #700036

Color information

#700036 (or 0x700036) is unknown color: approx Tyrian Purple. HEX triplet: 70, 00 and 36. RGB value is (112,0,54). Sum of RGB (Red+Green+Blue) = 112+0+54=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #700036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700036 is #8FFFC9. Grayscale: #272727. Windows color (decimal): -9437130 or 3539056. OLE color: 3539056.

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

Color convert

RGB112054-
CMYK010.520.56
HSL331.07º100%21.96%-
HSV(B)331.07º100%43.92%-
XYZ7.353.713.82-
YUV39.64136.11179.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 32.53%
R=67.47%
G=0%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112054010.520.56331.0710021.96
Hex70036064343814b6416
Octal1600660144647051314426
Binary1110000011011001100100110100111000101001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700036; }

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

 H1.HeaderClassName
 {
   color: #700036;
 }
 .AnyTagClassName
 {
   color: #700036;
 }
</style>
background-color css

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

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

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

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

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

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