#71218B

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

Shades of Vivid Violet #71218B

Tints of Vivid Violet #71218B

Color information

#71218B (or 0x71218B) is unknown color: approx Vivid Violet. HEX triplet: 71, 21 and 8B. RGB value is (113,33,139). Sum of RGB (Red+Green+Blue) = 113+33+139=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #71218B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71218B is #8EDE74. Grayscale: #444444. Windows color (decimal): -9363061 or 9118065. OLE color: 9118065.

HSL color Cylindrical-coordinate representation of color #71218B: hue angle of 285.28º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71218B is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11333139-
CMYK0.190.7600.45
HSL285.28º61.63%33.73%-
HSV(B)285.28º76.26%54.51%-
XYZ12.016.4625.04-
YUV69167.5159.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=39.65%
G=11.58%
B=48.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113331390.190.7600.45285.2861.6333.73
Hex71218B134C02D11d3e22
Octal16141213231140554357642
Binary1110001100001100010111001110011000101101100011101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,33,139); }

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

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

 a { background-color: rgb(113,33,139); }

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

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

 span { border-color: rgb(113,33,139); }

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