#710653

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

Shades of Tyrian Purple #710653

Tints of Tyrian Purple #710653

Color information

#710653 (or 0x710653) is unknown color: approx Tyrian Purple. HEX triplet: 71, 06 and 53. RGB value is (113,6,83). Sum of RGB (Red+Green+Blue) = 113+6+83=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #710653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710653 is #8EF9AC. Grayscale: #2E2E2E. Windows color (decimal): -9370029 or 5441137. OLE color: 5441137.

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

Color convert

RGB113683-
CMYK00.950.270.56
HSL316.82º89.92%23.33%-
HSV(B)316.82º94.69%44.31%-
XYZ8.444.278.56-
YUV46.77148.45175.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.94%
GREEN value IS 6 (2.73% from 255) = 2.97%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=55.94%
G=2.97%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11368300.950.270.56316.8289.9223.33
Hex7165305F1B3813d5a17
Octal16161230137337047513227
Binary111000111010100110101111111011111000100111101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710653; }

 p { color: rgb(113,6,83); }

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

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

 a { background-color: rgb(113,6,83); }

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

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

 span { border-color: rgb(113,6,83); }

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