#710169

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

Shades of Purple #710169

Tints of Purple #710169

Color information

#710169 (or 0x710169) is unknown color: approx Purple. HEX triplet: 71, 01 and 69. RGB value is (113,1,105). Sum of RGB (Red+Green+Blue) = 113+1+105=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #710169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710169 is #8EFE96. Grayscale: #2E2E2E. Windows color (decimal): -9371287 or 6881649. OLE color: 6881649.

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

Color convert

RGB1131105-
CMYK00.990.070.56
HSL304.29º98.25%22.35%-
HSV(B)304.29º99.12%44.31%-
XYZ9.374.5513.75-
YUV46.34161.11175.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.60%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 105 (41.41% from 255) = 47.95%
R=51.60%
G=0.46%
B=47.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113110500.990.070.56304.2998.2522.35
Hex711690637381306216
Octal1611151014377046014226
Binary11100011110100101100011111111000100110000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710169; }

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

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

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

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

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

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

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

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