#71298D

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

Shades of Vivid Violet #71298D

Tints of Vivid Violet #71298D

Color information

#71298D (or 0x71298D) is unknown color: approx Vivid Violet. HEX triplet: 71, 29 and 8D. RGB value is (113,41,141). Sum of RGB (Red+Green+Blue) = 113+41+141=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #71298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71298D is #8ED672. Grayscale: #494949. Windows color (decimal): -9361011 or 9251185. OLE color: 9251185.

HSL color Cylindrical-coordinate representation of color #71298D: hue angle of 283.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71298D is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11341141-
CMYK0.200.7100.45
HSL283.2º54.95%35.69%-
HSV(B)283.2º70.92%55.29%-
XYZ12.417.0225.9-
YUV73.93165.85155.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=38.31%
G=13.90%
B=47.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113411410.200.7100.45283.254.9535.69
Hex71298D144702D11b3724
Octal16151215241070554336744
Binary1110001101001100011011010010001110101101100011011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71298D; }

 p { color: rgb(113,41,141); }

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

<style>
 a { background-color: #71298D; }

 a { background-color: rgb(113,41,141); }

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

<style>
 span { border-color: #71298D; }

 span { border-color: rgb(113,41,141); }

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