#710266

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

Shades of Purple #710266

Tints of Purple #710266

Color information

#710266 (or 0x710266) is unknown color: approx Purple. HEX triplet: 71, 02 and 66. RGB value is (113,2,102). Sum of RGB (Red+Green+Blue) = 113+2+102=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #710266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710266 is #8EFD99. Grayscale: #2E2E2E. Windows color (decimal): -9371034 or 6685297. OLE color: 6685297.

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

Color convert

RGB1132102-
CMYK00.980.100.56
HSL305.95º96.52%22.55%-
HSV(B)305.95º98.23%44.31%-
XYZ9.234.5112.96-
YUV46.59159.27175.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.07%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 102 (40.23% from 255) = 47.00%
R=52.07%
G=0.92%
B=47.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113210200.980.100.56305.9596.5222.55
Hex71266062A381326117
Octal16121460142127046214127
Binary1110001101100110011000101010111000100110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710266; }

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

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

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

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

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

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

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

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