#700258

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

Shades of Tyrian Purple #700258

Tints of Tyrian Purple #700258

Color information

#700258 (or 0x700258) is unknown color: approx Tyrian Purple. HEX triplet: 70, 02 and 58. RGB value is (112,2,88). Sum of RGB (Red+Green+Blue) = 112+2+88=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #700258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700258 is #8FFDA7. Grayscale: #2C2C2C. Windows color (decimal): -9436584 or 5767792. OLE color: 5767792.

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

Color convert

RGB112288-
CMYK00.980.210.56
HSL313.09º96.49%22.35%-
HSV(B)313.09º98.21%43.92%-
XYZ8.474.199.6-
YUV44.69152.44176.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=55.45%
G=0.99%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11228800.980.210.56313.0996.4922.35
Hex7025806215381396016
Octal16021300142257047114026
Binary11100001010110000110001010101111000100111001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700258; }

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

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

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

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

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

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

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

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