#71068A

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

Shades of Purple #71068A

Tints of Purple #71068A

Color information

#71068A (or 0x71068A) is unknown color: approx Purple. HEX triplet: 71, 06 and 8A. RGB value is (113,6,138). Sum of RGB (Red+Green+Blue) = 113+6+138=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #71068A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71068A is #8EF975. Grayscale: #343434. Windows color (decimal): -9369974 or 9045617. OLE color: 9045617.

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

Color convert

RGB1136138-
CMYK0.180.9600.46
HSL288.64º91.67%28.24%-
HSV(B)288.64º95.65%54.12%-
XYZ11.465.4824.5-
YUV53.04175.95170.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=43.97%
G=2.33%
B=53.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11361380.180.9600.46288.6491.6728.24
Hex7168A126002E1215c1c
Octal16162122214005644113434
Binary1110001110100010101001011000000101110100100001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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