#700838

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

Shades of Tyrian Purple #700838

Tints of Tyrian Purple #700838

Color information

#700838 (or 0x700838) is unknown color: approx Tyrian Purple. HEX triplet: 70, 08 and 38. RGB value is (112,8,56). Sum of RGB (Red+Green+Blue) = 112+8+56=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #700838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700838 is #8FF7C7. Grayscale: #2C2C2C. Windows color (decimal): -9435080 or 3672176. OLE color: 3672176.

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

Color convert

RGB112856-
CMYK00.930.500.56
HSL332.31º86.67%23.53%-
HSV(B)332.31º92.86%43.92%-
XYZ7.483.94.1-
YUV44.57134.46176.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.64%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=63.64%
G=4.55%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11285600.930.500.56332.3186.6723.53
Hex7083805D323814c5718
Octal16010700135627051412730
Binary1110000100011100001011101110010111000101001100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700838; }

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

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

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

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

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

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

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

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