#700252

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

Shades of Tyrian Purple #700252

Tints of Tyrian Purple #700252

Color information

#700252 (or 0x700252) is unknown color: approx Tyrian Purple. HEX triplet: 70, 02 and 52. RGB value is (112,2,82). Sum of RGB (Red+Green+Blue) = 112+2+82=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #700252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700252 is #8FFDAD. Grayscale: #2B2B2B. Windows color (decimal): -9436590 or 5374576. OLE color: 5374576.

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

Color convert

RGB112282-
CMYK00.980.270.56
HSL316.36º96.49%22.35%-
HSV(B)316.36º98.21%43.92%-
XYZ8.234.18.34-
YUV44.01149.44176.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=57.14%
G=1.02%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11228200.980.270.56316.3696.4922.35
Hex702520621B3813c6016
Octal16021220142337047414026
Binary11100001010100100110001011011111000100111100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700252; }

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

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

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

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

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

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

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

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