#710494

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

Shades of Purple #710494

Tints of Purple #710494

Color information

#710494 (or 0x710494) is unknown color: approx Purple. HEX triplet: 71, 04 and 94. RGB value is (113,4,148). Sum of RGB (Red+Green+Blue) = 113+4+148=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #710494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710494 is #8EFB6B. Grayscale: #343434. Windows color (decimal): -9370476 or 9700465. OLE color: 9700465.

HSL color Cylindrical-coordinate representation of color #710494: hue angle of 285.42º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710494 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1134148-
CMYK0.240.9700.42
HSL285.42º94.74%29.8%-
HSV(B)285.42º97.3%58.04%-
XYZ12.25.7428.48-
YUV53.01181.61170.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 4 (1.95% from 255) = 1.51%
BLUE value IS 148 (58.20% from 255) = 55.85%
R=42.64%
G=1.51%
B=55.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11341480.240.9700.42285.4294.7429.8
Hex71494186102A11d5f1e
Octal16142243014105243513736
Binary1110001100100101001100011000010101010100011101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710494; }

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

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

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

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

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

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

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

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