#710664

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

Shades of Purple #710664

Tints of Purple #710664

Color information

#710664 (or 0x710664) is unknown color: approx Purple. HEX triplet: 71, 06 and 64. RGB value is (113,6,100). Sum of RGB (Red+Green+Blue) = 113+6+100=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #710664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710664 is #8EF99B. Grayscale: #303030. Windows color (decimal): -9370012 or 6555249. OLE color: 6555249.

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

Color convert

RGB1136100-
CMYK00.950.120.56
HSL307.29º89.92%23.33%-
HSV(B)307.29º94.69%44.31%-
XYZ9.184.5612.45-
YUV48.71156.95173.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.60%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 100 (39.45% from 255) = 45.66%
R=51.60%
G=2.74%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113610000.950.120.56307.2989.9223.33
Hex7166405FC381335a17
Octal16161440137147046313227
Binary11100011101100100010111111100111000100110011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710664; }

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

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

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

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

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

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

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

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