#710162

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

Shades of Purple #710162

Tints of Purple #710162

Color information

#710162 (or 0x710162) is unknown color: approx Purple. HEX triplet: 71, 01 and 62. RGB value is (113,1,98). Sum of RGB (Red+Green+Blue) = 113+1+98=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #710162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710162 is #8EFE9D. Grayscale: #2D2D2D. Windows color (decimal): -9371294 or 6422897. OLE color: 6422897.

HSL color Cylindrical-coordinate representation of color #710162: hue angle of 308.04º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710162 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB113198-
CMYK00.990.130.56
HSL308.04º98.25%22.35%-
HSV(B)308.04º99.12%44.31%-
XYZ9.034.4111.93-
YUV45.55157.61176.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.30%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 98 (38.67% from 255) = 46.23%
R=53.30%
G=0.47%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11319800.990.130.56308.0498.2522.35
Hex71162063D381346216
Octal16111420143157046414226
Binary111000111100010011000111101111000100110100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710162; }

 p { color: rgb(113,1,98); }

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

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

 a { background-color: rgb(113,1,98); }

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

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

 span { border-color: rgb(113,1,98); }

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