#71027A

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

Shades of Purple #71027A

Tints of Purple #71027A

Color information

#71027A (or 0x71027A) is unknown color: approx Purple. HEX triplet: 71, 02 and 7A. RGB value is (113,2,122). Sum of RGB (Red+Green+Blue) = 113+2+122=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #71027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71027A is #8EFD85. Grayscale: #303030. Windows color (decimal): -9371014 or 7996017. OLE color: 7996017.

HSL color Cylindrical-coordinate representation of color #71027A: hue angle of 295.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71027A is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1132122-
CMYK0.070.9800.52
HSL295.5º96.77%24.31%-
HSV(B)295.5º98.36%47.84%-
XYZ10.344.9618.82-
YUV48.87169.27173.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.68%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=47.68%
G=0.84%
B=51.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11321220.070.9800.52295.596.7724.31
Hex7127A7620341286118
Octal1612172714206445014130
Binary111000110111101011111000100110100100101000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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