#710970

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

Shades of Purple #710970

Tints of Purple #710970

Color information

#710970 (or 0x710970) is unknown color: approx Purple. HEX triplet: 71, 09 and 70. RGB value is (113,9,112). Sum of RGB (Red+Green+Blue) = 113+9+112=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #710970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710970 is #8EF68F. Grayscale: #333333. Windows color (decimal): -9369232 or 7342449. OLE color: 7342449.

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

Color convert

RGB1139112-
CMYK00.920.010.56
HSL300.58º85.25%23.92%-
HSV(B)300.58º92.04%44.31%-
XYZ9.834.8815.75-
YUV51.84161.96171.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=48.29%
G=3.85%
B=47.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113911200.920.010.56300.5885.2523.92
Hex7197005C13812d5518
Octal16111160013417045512530
Binary111000110011110000010111001111000100101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710970; }

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

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

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

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

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

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

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

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