#710065

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

Shades of Purple #710065

Tints of Purple #710065

Color information

#710065 (or 0x710065) is unknown color: approx Purple. HEX triplet: 71, 00 and 65. RGB value is (113,0,101). Sum of RGB (Red+Green+Blue) = 113+0+101=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #710065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710065 is #8EFF9A. Grayscale: #2D2D2D. Windows color (decimal): -9371547 or 6619249. OLE color: 6619249.

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

Color convert

RGB1130101-
CMYK010.110.56
HSL306.37º100%22.16%-
HSV(B)306.37º100%44.31%-
XYZ9.164.4512.69-
YUV45.3159.44176.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 47.20%
R=52.80%
G=0%
B=47.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1130101010.110.56306.3710022.16
Hex71065064B381326416
Octal16101450144137046214426
Binary111000101100101011001001011111000100110010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710065; }

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

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

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

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

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

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

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

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