#710235

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

Shades of Tyrian Purple #710235

Tints of Tyrian Purple #710235

Color information

#710235 (or 0x710235) is unknown color: approx Tyrian Purple. HEX triplet: 71, 02 and 35. RGB value is (113,2,53). Sum of RGB (Red+Green+Blue) = 113+2+53=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #710235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710235 is #8EFDCA. Grayscale: #282828. Windows color (decimal): -9371083 or 3474033. OLE color: 3474033.

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

Color convert

RGB113253-
CMYK00.980.530.56
HSL332.43º96.52%22.55%-
HSV(B)332.43º98.23%44.31%-
XYZ7.473.813.71-
YUV41134.77179.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.26%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=67.26%
G=1.19%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11325300.980.530.56332.4396.5222.55
Hex71235062353814c6117
Octal1612650142657051414127
Binary11100011011010101100010110101111000101001100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710235; }

 p { color: rgb(113,2,53); }

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

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

 a { background-color: rgb(113,2,53); }

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

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

 span { border-color: rgb(113,2,53); }

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