#710372

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

Shades of Purple #710372

Tints of Purple #710372

Color information

#710372 (or 0x710372) is unknown color: approx Purple. HEX triplet: 71, 03 and 72. RGB value is (113,3,114). Sum of RGB (Red+Green+Blue) = 113+3+114=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #710372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710372 is #8EFC8D. Grayscale: #303030. Windows color (decimal): -9370766 or 7471985. OLE color: 7471985.

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

Color convert

RGB1133114-
CMYK0.010.9700.55
HSL299.46º94.87%22.94%-
HSV(B)299.46º97.37%44.71%-
XYZ9.884.7916.32-
YUV48.54164.94173.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 114 (44.92% from 255) = 49.57%
R=49.13%
G=1.30%
B=49.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11331140.010.9700.55299.4694.8722.94
Hex7137216103712b5f17
Octal1613162114106745313727
Binary1110001111110010111000010110111100101011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710372; }

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

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

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

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

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

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

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

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