#700532

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

Shades of Tyrian Purple #700532

Tints of Tyrian Purple #700532

Color information

#700532 (or 0x700532) is unknown color: approx Tyrian Purple. HEX triplet: 70, 05 and 32. RGB value is (112,5,50). Sum of RGB (Red+Green+Blue) = 112+5+50=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #700532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700532 is #8FFACD. Grayscale: #2A2A2A. Windows color (decimal): -9435854 or 3278192. OLE color: 3278192.

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

Color convert

RGB112550-
CMYK00.960.550.56
HSL334.77º91.45%22.94%-
HSV(B)334.77º95.54%43.92%-
XYZ7.313.783.36-
YUV42.12132.45177.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.07%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=67.07%
G=2.99%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11255000.960.550.56334.7791.4522.94
Hex70532060373814f5b17
Octal1605620140677051713327
Binary111000010111001001100000110111111000101001111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700532; }

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

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

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

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

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

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

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

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