#710274

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

Shades of Purple #710274

Tints of Purple #710274

Color information

#710274 (or 0x710274) is unknown color: approx Purple. HEX triplet: 71, 02 and 74. RGB value is (113,2,116). Sum of RGB (Red+Green+Blue) = 113+2+116=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #710274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710274 is #8EFD8B. Grayscale: #2F2F2F. Windows color (decimal): -9371020 or 7602801. OLE color: 7602801.

HSL color Cylindrical-coordinate representation of color #710274: hue angle of 298.42º 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 #710274 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1132116-
CMYK0.030.9800.55
HSL298.42º96.61%23.14%-
HSV(B)298.42º98.28%45.49%-
XYZ9.984.8216.93-
YUV48.18166.27174.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 116 (45.70% from 255) = 50.22%
R=48.92%
G=0.87%
B=50.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11321160.030.9800.55298.4296.6123.14
Hex7127436203712a6117
Octal1612164314206745214127
Binary11100011011101001111000100110111100101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710274; }

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

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

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

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

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

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

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

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