#710464

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

Shades of Purple #710464

Tints of Purple #710464

Color information

#710464 (or 0x710464) is unknown color: approx Purple. HEX triplet: 71, 04 and 64. RGB value is (113,4,100). Sum of RGB (Red+Green+Blue) = 113+4+100=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #710464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710464 is #8EFB9B. Grayscale: #2F2F2F. Windows color (decimal): -9370524 or 6554737. OLE color: 6554737.

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

Color convert

RGB1134100-
CMYK00.960.120.56
HSL307.16º93.16%22.94%-
HSV(B)307.16º96.46%44.31%-
XYZ9.154.5212.45-
YUV47.54157.61174.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.07%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 100 (39.45% from 255) = 46.08%
R=52.07%
G=1.84%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113410000.960.120.56307.1693.1622.94
Hex71464060C381335d17
Octal16141440140147046313527
Binary11100011001100100011000001100111000100110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710464; }

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

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

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

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

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

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

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

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