#71308D

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

Shades of Vivid Violet #71308D

Tints of Vivid Violet #71308D

Color information

#71308D (or 0x71308D) is unknown color: approx Vivid Violet. HEX triplet: 71, 30 and 8D. RGB value is (113,48,141). Sum of RGB (Red+Green+Blue) = 113+48+141=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #71308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71308D is #8ECF72. Grayscale: #4D4D4D. Windows color (decimal): -9359219 or 9252977. OLE color: 9252977.

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

Color convert

RGB11348141-
CMYK0.200.6600.45
HSL281.94º49.21%37.06%-
HSV(B)281.94º65.96%55.29%-
XYZ12.677.5525.99-
YUV78.04163.53152.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=37.42%
G=15.89%
B=46.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113481410.200.6600.45281.9449.2137.06
Hex71308D144202D11a3125
Octal16160215241020554326145
Binary1110001110000100011011010010000100101101100011010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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