#710952

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

Shades of Tyrian Purple #710952

Tints of Tyrian Purple #710952

Color information

#710952 (or 0x710952) is unknown color: approx Tyrian Purple. HEX triplet: 71, 09 and 52. RGB value is (113,9,82). Sum of RGB (Red+Green+Blue) = 113+9+82=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #710952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710952 is #8EF6AD. Grayscale: #303030. Windows color (decimal): -9369262 or 5376369. OLE color: 5376369.

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

Color convert

RGB113982-
CMYK00.920.270.56
HSL317.88º85.25%23.92%-
HSV(B)317.88º92.04%44.31%-
XYZ8.434.328.37-
YUV48.42146.96174.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 9 (3.91% from 255) = 4.41%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=55.39%
G=4.41%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11398200.920.270.56317.8885.2523.92
Hex7195205C1B3813e5518
Octal161111220134337047612530
Binary1110001100110100100101110011011111000100111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710952; }

 p { color: rgb(113,9,82); }

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

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

 a { background-color: rgb(113,9,82); }

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

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

 span { border-color: rgb(113,9,82); }

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