#710465

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

Shades of Purple #710465

Tints of Purple #710465

Color information

#710465 (or 0x710465) is unknown color: approx Purple. HEX triplet: 71, 04 and 65. RGB value is (113,4,101). Sum of RGB (Red+Green+Blue) = 113+4+101=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #710465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710465 is #8EFB9A. Grayscale: #2F2F2F. Windows color (decimal): -9370523 or 6620273. OLE color: 6620273.

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

Color convert

RGB1134101-
CMYK00.960.110.56
HSL306.61º93.16%22.94%-
HSV(B)306.61º96.46%44.31%-
XYZ9.24.5412.7-
YUV47.65158.11174.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.83%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 101 (39.84% from 255) = 46.33%
R=51.83%
G=1.83%
B=46.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113410100.960.110.56306.6193.1622.94
Hex71465060B381335d17
Octal16141450140137046313527
Binary11100011001100101011000001011111000100110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710465; }

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

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

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

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

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

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

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

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