#71028A

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

Shades of Purple #71028A

Tints of Purple #71028A

Color information

#71028A (or 0x71028A) is unknown color: approx Purple. HEX triplet: 71, 02 and 8A. RGB value is (113,2,138). Sum of RGB (Red+Green+Blue) = 113+2+138=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #71028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71028A is #8EFD75. Grayscale: #323232. Windows color (decimal): -9370998 or 9044593. OLE color: 9044593.

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

Color convert

RGB1132138-
CMYK0.180.9900.46
HSL288.97º97.14%27.45%-
HSV(B)288.97º98.55%54.12%-
XYZ11.425.3924.48-
YUV50.69177.27172.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=44.66%
G=0.79%
B=54.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11321380.180.9900.46288.9797.1427.45
Hex7128A126302E121611b
Octal16122122214305644114133
Binary111000110100010101001011000110101110100100001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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