#710735

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

Shades of Tyrian Purple #710735

Tints of Tyrian Purple #710735

Color information

#710735 (or 0x710735) is unknown color: approx Tyrian Purple. HEX triplet: 71, 07 and 35. RGB value is (113,7,53). Sum of RGB (Red+Green+Blue) = 113+7+53=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #710735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710735 is #8EF8CA. Grayscale: #2B2B2B. Windows color (decimal): -9369803 or 3475313. OLE color: 3475313.

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

Color convert

RGB113753-
CMYK00.940.530.56
HSL333.96º88.33%23.53%-
HSV(B)333.96º93.81%44.31%-
XYZ7.533.923.73-
YUV43.94133.12177.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.32%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 53 (21.09% from 255) = 30.64%
R=65.32%
G=4.05%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11375300.940.530.56333.9688.3323.53
Hex7173505E353814e5818
Octal1617650136657051613030
Binary111000111111010101011110110101111000101001110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710735; }

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

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

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

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

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

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

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

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