#710262

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

Shades of Purple #710262

Tints of Purple #710262

Color information

#710262 (or 0x710262) is unknown color: approx Purple. HEX triplet: 71, 02 and 62. RGB value is (113,2,98). Sum of RGB (Red+Green+Blue) = 113+2+98=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #710262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710262 is #8EFD9D. Grayscale: #2D2D2D. Windows color (decimal): -9371038 or 6423153. OLE color: 6423153.

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

Color convert

RGB113298-
CMYK00.980.130.56
HSL308.11º96.52%22.55%-
HSV(B)308.11º98.23%44.31%-
XYZ9.044.4411.94-
YUV46.13157.27175.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 98 (38.67% from 255) = 46.01%
R=53.05%
G=0.94%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11329800.980.130.56308.1196.5222.55
Hex71262062D381346117
Octal16121420142157046414127
Binary1110001101100010011000101101111000100110100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710262; }

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

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

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

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

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

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

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

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