#710A98

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

Shades of Purple #710A98

Tints of Purple #710A98

Color information

#710A98 (or 0x710A98) is unknown color: approx Purple. HEX triplet: 71, 0A and 98. RGB value is (113,10,152). Sum of RGB (Red+Green+Blue) = 113+10+152=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #710A98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710A98 is #8EF567. Grayscale: #383838. Windows color (decimal): -9368936 or 9964145. OLE color: 9964145.

HSL color Cylindrical-coordinate representation of color #710A98: hue angle of 283.52º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710A98 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11310152-
CMYK0.260.9300.40
HSL283.52º87.65%31.76%-
HSV(B)283.52º93.42%59.61%-
XYZ12.595.9930.2-
YUV56.98181.62167.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 10 (4.30% from 255) = 3.64%
BLUE value IS 152 (59.77% from 255) = 55.27%
R=41.09%
G=3.64%
B=55.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113101520.260.9300.40283.5287.6531.76
Hex71A981A5D02811c5820
Octal161122303213505043413040
Binary111000110101001100011010101110101010001000111001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710A98; }

 p { color: rgb(113,10,152); }

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

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

 a { background-color: rgb(113,10,152); }

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

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

 span { border-color: rgb(113,10,152); }

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