#710466

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

Shades of Purple #710466

Tints of Purple #710466

Color information

#710466 (or 0x710466) is unknown color: approx Purple. HEX triplet: 71, 04 and 66. RGB value is (113,4,102). Sum of RGB (Red+Green+Blue) = 113+4+102=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #710466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710466 is #8EFB99. Grayscale: #2F2F2F. Windows color (decimal): -9370522 or 6685809. OLE color: 6685809.

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

Color convert

RGB1134102-
CMYK00.960.100.56
HSL306.06º93.16%22.94%-
HSV(B)306.06º96.46%44.31%-
XYZ9.254.5612.96-
YUV47.76158.61174.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.60%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=51.60%
G=1.83%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113410200.960.100.56306.0693.1622.94
Hex71466060A381325d17
Octal16141460140127046213527
Binary11100011001100110011000001010111000100110010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710466; }

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

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

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

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

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

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

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

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