#710063

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

Shades of Purple #710063

Tints of Purple #710063

Color information

#710063 (or 0x710063) is unknown color: approx Purple. HEX triplet: 71, 00 and 63. RGB value is (113,0,99). Sum of RGB (Red+Green+Blue) = 113+0+99=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #710063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710063 is #8EFF9C. Grayscale: #2C2C2C. Windows color (decimal): -9371549 or 6488177. OLE color: 6488177.

HSL color Cylindrical-coordinate representation of color #710063: hue angle of 307.43º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710063 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB113099-
CMYK010.120.56
HSL307.43º100%22.16%-
HSV(B)307.43º100%44.31%-
XYZ9.064.4112.18-
YUV45.07158.44176.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=53.30%
G=0%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113099010.120.56307.4310022.16
Hex71063064C381336416
Octal16101430144147046314426
Binary111000101100011011001001100111000100110011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710063; }

 p { color: rgb(113,0,99); }

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

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

 a { background-color: rgb(113,0,99); }

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

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

 span { border-color: rgb(113,0,99); }

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