#710073

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

Shades of Purple #710073

Tints of Purple #710073

Color information

#710073 (or 0x710073) is unknown color: approx Purple. HEX triplet: 71, 00 and 73. RGB value is (113,0,115). Sum of RGB (Red+Green+Blue) = 113+0+115=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #710073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710073 is #8EFF8C. Grayscale: #2E2E2E. Windows color (decimal): -9371533 or 7536753. OLE color: 7536753.

HSL color Cylindrical-coordinate representation of color #710073: hue angle of 298.96º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710073 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1130115-
CMYK0.02100.55
HSL298.96º100%22.55%-
HSV(B)298.96º100%45.1%-
XYZ9.94.7516.61-
YUV46.9166.44175.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=49.56%
G=0%
B=50.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11301150.02100.55298.9610022.55
Hex7107326403712b6417
Octal1610163214406745314427
Binary1110001011100111011001000110111100101011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710073; }

 p { color: rgb(113,0,115); }

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

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

 a { background-color: rgb(113,0,115); }

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

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

 span { border-color: rgb(113,0,115); }

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