#710F7C

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

Shades of Purple #710F7C

Tints of Purple #710F7C

Color information

#710F7C (or 0x710F7C) is unknown color: approx Purple. HEX triplet: 71, 0F and 7C. RGB value is (113,15,124). Sum of RGB (Red+Green+Blue) = 113+15+124=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #710F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710F7C is #8EF083. Grayscale: #383838. Windows color (decimal): -9367684 or 8130417. OLE color: 8130417.

HSL color Cylindrical-coordinate representation of color #710F7C: hue angle of 293.94º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710F7C is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11315124-
CMYK0.090.8800.51
HSL293.94º78.42%27.25%-
HSV(B)293.94º87.9%48.63%-
XYZ10.625.3119.53-
YUV56.73165.97168.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 15 (6.25% from 255) = 5.95%
BLUE value IS 124 (48.83% from 255) = 49.21%
R=44.84%
G=5.95%
B=49.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113151240.090.8800.51293.9478.4227.25
Hex71F7C9580331264e1b
Octal161171741113006344611633
Binary111000111111111100100110110000110011100100110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,15,124); }

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

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

 a { background-color: rgb(113,15,124); }

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

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

 span { border-color: rgb(113,15,124); }

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