#710665

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

Shades of Purple #710665

Tints of Purple #710665

Color information

#710665 (or 0x710665) is unknown color: approx Purple. HEX triplet: 71, 06 and 65. RGB value is (113,6,101). Sum of RGB (Red+Green+Blue) = 113+6+101=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #710665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710665 is #8EF99A. Grayscale: #303030. Windows color (decimal): -9370011 or 6620785. OLE color: 6620785.

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

Color convert

RGB1136101-
CMYK00.950.110.56
HSL306.73º89.92%23.33%-
HSV(B)306.73º94.69%44.31%-
XYZ9.224.5812.71-
YUV48.82157.45173.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=51.36%
G=2.73%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113610100.950.110.56306.7389.9223.33
Hex7166505FB381335a17
Octal16161450137137046313227
Binary11100011101100101010111111011111000100110011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710665; }

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

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

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

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

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

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

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

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