#700647

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

Shades of Tyrian Purple #700647

Tints of Tyrian Purple #700647

Color information

#700647 (or 0x700647) is unknown color: approx Tyrian Purple. HEX triplet: 70, 06 and 47. RGB value is (112,6,71). Sum of RGB (Red+Green+Blue) = 112+6+71=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #700647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700647 is #8FF9B8. Grayscale: #2C2C2C. Windows color (decimal): -9435577 or 4654704. OLE color: 4654704.

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

Color convert

RGB112671-
CMYK00.950.370.56
HSL323.21º89.83%23.14%-
HSV(B)323.21º94.64%43.92%-
XYZ7.884.036.32-
YUV45.1142.62175.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.26%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 71 (28.12% from 255) = 37.57%
R=59.26%
G=3.17%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11267100.950.370.56323.2189.8323.14
Hex7064705F25381435a17
Octal16061070137457050313227
Binary1110000110100011101011111100101111000101000011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700647; }

 p { color: rgb(112,6,71); }

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

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

 a { background-color: rgb(112,6,71); }

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

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

 span { border-color: rgb(112,6,71); }

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