#700C4B

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

Shades of Tyrian Purple #700C4B

Tints of Tyrian Purple #700C4B

Color information

#700C4B (or 0x700C4B) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0C and 4B. RGB value is (112,12,75). Sum of RGB (Red+Green+Blue) = 112+12+75=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #700C4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C4B is #8FF3B4. Grayscale: #303030. Windows color (decimal): -9434037 or 4918384. OLE color: 4918384.

HSL color Cylindrical-coordinate representation of color #700C4B: hue angle of 322.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C4B is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1121275-
CMYK00.890.330.56
HSL322.2º80.65%24.31%-
HSV(B)322.2º89.29%43.92%-
XYZ8.084.227.04-
YUV49.08142.63172.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 12 (5.08% from 255) = 6.03%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=56.28%
G=6.03%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112127500.890.330.56322.280.6524.31
Hex70C4B05921381425118
Octal160141130131417050212130
Binary11100001100100101101011001100001111000101000010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700C4B; }

 p { color: rgb(112,12,75); }

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

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

 a { background-color: rgb(112,12,75); }

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

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

 span { border-color: rgb(112,12,75); }

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