#710670

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

Shades of Purple #710670

Tints of Purple #710670

Color information

#710670 (or 0x710670) is unknown color: approx Purple. HEX triplet: 71, 06 and 70. RGB value is (113,6,112). Sum of RGB (Red+Green+Blue) = 113+6+112=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #710670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710670 is #8EF98F. Grayscale: #313131. Windows color (decimal): -9370000 or 7341681. OLE color: 7341681.

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

Color convert

RGB1136112-
CMYK00.950.010.56
HSL300.56º89.92%23.33%-
HSV(B)300.56º94.69%44.31%-
XYZ9.84.8115.74-
YUV50.08162.95172.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 6 (2.73% from 255) = 2.60%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=48.92%
G=2.60%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113611200.950.010.56300.5689.9223.33
Hex7167005F13812d5a17
Octal1616160013717045513227
Binary11100011101110000010111111111000100101101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710670; }

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

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

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

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

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

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

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

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