#710635

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

Shades of Tyrian Purple #710635

Tints of Tyrian Purple #710635

Color information

#710635 (or 0x710635) is unknown color: approx Tyrian Purple. HEX triplet: 71, 06 and 35. RGB value is (113,6,53). Sum of RGB (Red+Green+Blue) = 113+6+53=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #710635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710635 is #8EF9CA. Grayscale: #2B2B2B. Windows color (decimal): -9370059 or 3475057. OLE color: 3475057.

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

Color convert

RGB113653-
CMYK00.950.530.56
HSL333.64º89.92%23.33%-
HSV(B)333.64º94.69%44.31%-
XYZ7.523.93.72-
YUV43.35133.45177.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.70%
GREEN value IS 6 (2.73% from 255) = 3.49%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=65.70%
G=3.49%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11365300.950.530.56333.6489.9223.33
Hex7163505F353814e5a17
Octal1616650137657051613227
Binary111000111011010101011111110101111000101001110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710635; }

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

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

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

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

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

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

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

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