#700251

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

Shades of Tyrian Purple #700251

Tints of Tyrian Purple #700251

Color information

#700251 (or 0x700251) is unknown color: approx Tyrian Purple. HEX triplet: 70, 02 and 51. RGB value is (112,2,81). Sum of RGB (Red+Green+Blue) = 112+2+81=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #700251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700251 is #8FFDAE. Grayscale: #2B2B2B. Windows color (decimal): -9436591 or 5309040. OLE color: 5309040.

HSL color Cylindrical-coordinate representation of color #700251: hue angle of 316.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700251 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB112281-
CMYK00.980.280.56
HSL316.91º96.49%22.35%-
HSV(B)316.91º98.21%43.92%-
XYZ8.194.088.14-
YUV43.9148.94176.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=57.44%
G=1.03%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11228100.980.280.56316.9196.4922.35
Hex702510621C3813d6016
Octal16021210142347047514026
Binary11100001010100010110001011100111000100111101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700251; }

 p { color: rgb(112,2,81); }

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

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

 a { background-color: rgb(112,2,81); }

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

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

 span { border-color: rgb(112,2,81); }

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