#710632

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

Shades of Tyrian Purple #710632

Tints of Tyrian Purple #710632

Color information

#710632 (or 0x710632) is unknown color: approx Tyrian Purple. HEX triplet: 71, 06 and 32. RGB value is (113,6,50). Sum of RGB (Red+Green+Blue) = 113+6+50=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #710632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710632 is #8EF9CD. Grayscale: #2A2A2A. Windows color (decimal): -9370062 or 3278449. OLE color: 3278449.

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

Color convert

RGB113650-
CMYK00.950.560.56
HSL335.33º89.92%23.33%-
HSV(B)335.33º94.69%44.31%-
XYZ7.453.873.37-
YUV43.01131.95177.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.86%
GREEN value IS 6 (2.73% from 255) = 3.55%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=66.86%
G=3.55%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11365000.950.560.56335.3389.9223.33
Hex7163205F383814f5a17
Octal1616620137707051713227
Binary111000111011001001011111111000111000101001111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710632; }

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

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

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

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

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

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

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

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