#700732

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

Shades of Tyrian Purple #700732

Tints of Tyrian Purple #700732

Color information

#700732 (or 0x700732) is unknown color: approx Tyrian Purple. HEX triplet: 70, 07 and 32. RGB value is (112,7,50). Sum of RGB (Red+Green+Blue) = 112+7+50=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #700732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700732 is #8FF8CD. Grayscale: #2B2B2B. Windows color (decimal): -9435342 or 3278704. OLE color: 3278704.

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

Color convert

RGB112750-
CMYK00.940.550.56
HSL335.43º88.24%23.33%-
HSV(B)335.43º93.75%43.92%-
XYZ7.333.833.37-
YUV43.3131.79177-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.27%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=66.27%
G=4.14%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11275000.940.550.56335.4388.2423.33
Hex7073205E373814f5817
Octal1607620136677051713027
Binary111000011111001001011110110111111000101001111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700732; }

 p { color: rgb(112,7,50); }

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

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

 a { background-color: rgb(112,7,50); }

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

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

 span { border-color: rgb(112,7,50); }

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