#71288E

Color #71288E Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #71288E

Tints of Vivid Violet #71288E

Color information

#71288E (or 0x71288E) is unknown color: approx Vivid Violet. HEX triplet: 71, 28 and 8E. RGB value is (113,40,142). Sum of RGB (Red+Green+Blue) = 113+40+142=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #71288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71288E is #8ED771. Grayscale: #494949. Windows color (decimal): -9361266 or 9316465. OLE color: 9316465.

HSL color Cylindrical-coordinate representation of color #71288E: hue angle of 282.94º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71288E is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11340142-
CMYK0.200.7200.44
HSL282.94º56.04%35.69%-
HSV(B)282.94º71.83%55.69%-
XYZ12.456.9826.28-
YUV73.46166.68156.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 40 (16.02% from 255) = 13.56%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=38.31%
G=13.56%
B=48.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113401420.200.7200.44282.9456.0435.69
Hex71288E144802C11b3824
Octal16150216241100544337044
Binary1110001101000100011101010010010000101100100011011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71288E; }

 p { color: rgb(113,40,142); }

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

<style>
 a { background-color: #71288E; }

 a { background-color: rgb(113,40,142); }

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

<style>
 span { border-color: #71288E; }

 span { border-color: rgb(113,40,142); }

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