#70083E

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

Shades of Tyrian Purple #70083E

Tints of Tyrian Purple #70083E

Color information

#70083E (or 0x70083E) is unknown color: approx Tyrian Purple. HEX triplet: 70, 08 and 3E. RGB value is (112,8,62). Sum of RGB (Red+Green+Blue) = 112+8+62=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #70083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70083E is #8FF7C1. Grayscale: #2D2D2D. Windows color (decimal): -9435074 or 4065392. OLE color: 4065392.

HSL color Cylindrical-coordinate representation of color #70083E: hue angle of 328.85º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70083E is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB112862-
CMYK00.930.450.56
HSL328.85º86.67%23.53%-
HSV(B)328.85º92.86%43.92%-
XYZ7.643.974.92-
YUV45.25137.46175.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.54%
GREEN value IS 8 (3.52% from 255) = 4.40%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=61.54%
G=4.40%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11286200.930.450.56328.8586.6723.53
Hex7083E05D2D381495718
Octal16010760135557051112730
Binary1110000100011111001011101101101111000101001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70083E; }

 p { color: rgb(112,8,62); }

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

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

 a { background-color: rgb(112,8,62); }

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

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

 span { border-color: rgb(112,8,62); }

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