#710035

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

Shades of Tyrian Purple #710035

Tints of Tyrian Purple #710035

Color information

#710035 (or 0x710035) is unknown color: approx Tyrian Purple. HEX triplet: 71, 00 and 35. RGB value is (113,0,53). Sum of RGB (Red+Green+Blue) = 113+0+53=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #710035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710035 is #8EFFCA. Grayscale: #272727. Windows color (decimal): -9371595 or 3473521. OLE color: 3473521.

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

Color convert

RGB113053-
CMYK010.530.56
HSL331.86º100%22.16%-
HSV(B)331.86º100%44.31%-
XYZ7.453.773.7-
YUV39.83135.44180.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 31.93%
R=68.07%
G=0%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113053010.530.56331.8610022.16
Hex71035064353814c6416
Octal1610650144657051414426
Binary1110001011010101100100110101111000101001100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710035; }

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

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

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

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

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

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

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

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