#710388

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

Shades of Purple #710388

Tints of Purple #710388

Color information

#710388 (or 0x710388) is unknown color: approx Purple. HEX triplet: 71, 03 and 88. RGB value is (113,3,136). Sum of RGB (Red+Green+Blue) = 113+3+136=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #710388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710388 is #8EFC77. Grayscale: #323232. Windows color (decimal): -9370744 or 8913777. OLE color: 8913777.

HSL color Cylindrical-coordinate representation of color #710388: hue angle of 289.62º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #710388 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1133136-
CMYK0.170.9800.47
HSL289.62º95.68%27.25%-
HSV(B)289.62º97.79%53.33%-
XYZ11.295.3523.73-
YUV51.05175.94172.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 136 (53.52% from 255) = 53.97%
R=44.84%
G=1.19%
B=53.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11331360.170.9800.47289.6295.6827.25
Hex71388116202F122601b
Octal16132102114205744214033
Binary111000111100010001000111000100101111100100010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710388; }

 p { color: rgb(113,3,136); }

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

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

 a { background-color: rgb(113,3,136); }

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

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

 span { border-color: rgb(113,3,136); }

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