#710655

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

Shades of Tyrian Purple #710655

Tints of Tyrian Purple #710655

Color information

#710655 (or 0x710655) is unknown color: approx Tyrian Purple. HEX triplet: 71, 06 and 55. RGB value is (113,6,85). Sum of RGB (Red+Green+Blue) = 113+6+85=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #710655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710655 is #8EF9AA. Grayscale: #2E2E2E. Windows color (decimal): -9370027 or 5572209. OLE color: 5572209.

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

Color convert

RGB113685-
CMYK00.950.250.56
HSL315.7º89.92%23.33%-
HSV(B)315.7º94.69%44.31%-
XYZ8.514.38.97-
YUV47149.45175.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=55.39%
G=2.94%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11368500.950.250.56315.789.9223.33
Hex7165505F193813c5a17
Octal16161250137317047413227
Binary111000111010101010101111111001111000100111100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710655; }

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

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

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

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

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

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

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

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