#710064

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

Shades of Purple #710064

Tints of Purple #710064

Color information

#710064 (or 0x710064) is unknown color: approx Purple. HEX triplet: 71, 00 and 64. RGB value is (113,0,100). Sum of RGB (Red+Green+Blue) = 113+0+100=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #710064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710064 is #8EFF9B. Grayscale: #2C2C2C. Windows color (decimal): -9371548 or 6553713. OLE color: 6553713.

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

Color convert

RGB1130100-
CMYK010.120.56
HSL306.9º100%22.16%-
HSV(B)306.9º100%44.31%-
XYZ9.114.4312.43-
YUV45.19158.94176.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 46.95%
R=53.05%
G=0%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1130100010.120.56306.910022.16
Hex71064064C381336416
Octal16101440144147046314426
Binary111000101100100011001001100111000100110011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710064; }

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

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

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

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

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

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

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

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