#71078A

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

Shades of Purple #71078A

Tints of Purple #71078A

Color information

#71078A (or 0x71078A) is unknown color: approx Purple. HEX triplet: 71, 07 and 8A. RGB value is (113,7,138). Sum of RGB (Red+Green+Blue) = 113+7+138=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #71078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71078A is #8EF875. Grayscale: #353535. Windows color (decimal): -9369718 or 9045873. OLE color: 9045873.

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

Color convert

RGB1137138-
CMYK0.180.9500.46
HSL288.55º90.34%28.43%-
HSV(B)288.55º94.93%54.12%-
XYZ11.475.524.5-
YUV53.63175.62170.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 7 (3.12% from 255) = 2.71%
BLUE value IS 138 (54.30% from 255) = 53.49%
R=43.80%
G=2.71%
B=53.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11371380.180.9500.46288.5590.3428.43
Hex7178A125F02E1215a1c
Octal16172122213705644113234
Binary1110001111100010101001010111110101110100100001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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