#710270

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

Shades of Purple #710270

Tints of Purple #710270

Color information

#710270 (or 0x710270) is unknown color: approx Purple. HEX triplet: 71, 02 and 70. RGB value is (113,2,112). Sum of RGB (Red+Green+Blue) = 113+2+112=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #710270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710270 is #8EFD8F. Grayscale: #2F2F2F. Windows color (decimal): -9371024 or 7340657. OLE color: 7340657.

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

Color convert

RGB1132112-
CMYK00.980.010.56
HSL300.54º96.52%22.55%-
HSV(B)300.54º98.23%44.31%-
XYZ9.764.7215.73-
YUV47.73164.27174.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=49.78%
G=0.88%
B=49.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113211200.980.010.56300.5496.5222.55
Hex7127006213812d6117
Octal1612160014217045514127
Binary1110001101110000011000101111000100101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710270; }

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

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

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

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

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

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

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

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