#710272

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

Shades of Purple #710272

Tints of Purple #710272

Color information

#710272 (or 0x710272) is unknown color: approx Purple. HEX triplet: 71, 02 and 72. RGB value is (113,2,114). Sum of RGB (Red+Green+Blue) = 113+2+114=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #710272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710272 is #8EFD8D. Grayscale: #2F2F2F. Windows color (decimal): -9371022 or 7471729. OLE color: 7471729.

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

Color convert

RGB1132114-
CMYK0.010.9800.55
HSL299.46º96.55%22.75%-
HSV(B)299.46º98.25%44.71%-
XYZ9.874.7716.32-
YUV47.96165.27174.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=49.34%
G=0.87%
B=49.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11321140.010.9800.55299.4696.5522.75
Hex7127216203712b6117
Octal1612162114206745314127
Binary1110001101110010111000100110111100101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710272; }

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

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

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

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

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

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

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

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