#71218c

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

Shades of Vivid Violet #71218C

Tints of Vivid Violet #71218C

Color information

#71218C (or 0x71218C) is unknown color: approx Vivid Violet. HEX triplet: 71, 21 and 8C. RGB value is (113,33,140). Sum of RGB (Red+Green+Blue) = 113+33+140=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #71218C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71218C is #8EDE73. Grayscale: #444444. Windows color (decimal): -9363060 or 9183601. OLE color: 9183601.

HSL color Cylindrical-coordinate representation of color #71218C: hue angle of 284.86º 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 #71218C is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11333140-
CMYK0.190.7600.45
HSL284.86º61.85%33.92%-
HSV(B)284.86º76.43%54.9%-
XYZ12.096.4925.43-
YUV69.12168159.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 140 (55.08% from 255) = 48.95%
R=39.51%
G=11.54%
B=48.95%

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
Decimal113331400.190.7600.45284.8661.8533.92
Hex71218C134C02D11d3e22
Octal16141214231140554357642
Binary1110001100001100011001001110011000101101100011101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71218c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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