#71098A

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

Shades of Purple #71098A

Tints of Purple #71098A

Color information

#71098A (or 0x71098A) is unknown color: approx Purple. HEX triplet: 71, 09 and 8A. RGB value is (113,9,138). Sum of RGB (Red+Green+Blue) = 113+9+138=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #71098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71098A is #8EF675. Grayscale: #363636. Windows color (decimal): -9369206 or 9046385. OLE color: 9046385.

HSL color Cylindrical-coordinate representation of color #71098A: hue angle of 288.37º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71098A is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1139138-
CMYK0.180.9300.46
HSL288.37º87.76%28.82%-
HSV(B)288.37º93.48%54.12%-
XYZ11.55.5424.51-
YUV54.8174.96169.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 9 (3.91% from 255) = 3.46%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=43.46%
G=3.46%
B=53.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11391380.180.9300.46288.3787.7628.82
Hex7198A125D02E120581d
Octal161112122213505644013035
Binary11100011001100010101001010111010101110100100000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71098A; }

 p { color: rgb(113,9,138); }

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

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

 a { background-color: rgb(113,9,138); }

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

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

 span { border-color: rgb(113,9,138); }

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