#71147B

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

Shades of Purple #71147B

Tints of Purple #71147B

Color information

#71147B (or 0x71147B) is unknown color: approx Purple. HEX triplet: 71, 14 and 7B. RGB value is (113,20,123). Sum of RGB (Red+Green+Blue) = 113+20+123=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #71147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71147B is #8EEB84. Grayscale: #3B3B3B. Windows color (decimal): -9366405 or 8066161. OLE color: 8066161.

HSL color Cylindrical-coordinate representation of color #71147B: hue angle of 294.17º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71147B is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11320123-
CMYK0.080.8400.52
HSL294.17º72.03%28.04%-
HSV(B)294.17º83.74%48.24%-
XYZ10.645.4419.23-
YUV59.55163.81166.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 20 (8.20% from 255) = 7.81%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=44.14%
G=7.81%
B=48.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113201230.080.8400.52294.1772.0328.04
Hex71147B854034126481c
Octal161241731012406444611034
Binary1110001101001111011100010101000110100100100110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71147B; }

 p { color: rgb(113,20,123); }

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

<style>
 a { background-color: #71147B; }

 a { background-color: rgb(113,20,123); }

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

<style>
 span { border-color: #71147B; }

 span { border-color: rgb(113,20,123); }

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