#712E84

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

Shades of Vivid Violet #712E84

Tints of Vivid Violet #712E84

Color information

#712E84 (or 0x712E84) is unknown color: approx Vivid Violet. HEX triplet: 71, 2E and 84. RGB value is (113,46,132). Sum of RGB (Red+Green+Blue) = 113+46+132=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #712E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712E84 is #8ED17B. Grayscale: #4B4B4B. Windows color (decimal): -9359740 or 8662641. OLE color: 8662641.

HSL color Cylindrical-coordinate representation of color #712E84: hue angle of 286.74º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712E84 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11346132-
CMYK0.140.6500.48
HSL286.74º48.31%34.9%-
HSV(B)286.74º65.15%51.76%-
XYZ11.957.1322.58-
YUV75.84159.7154.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 46 (18.36% from 255) = 15.81%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=38.83%
G=15.81%
B=45.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113461320.140.6500.48286.7448.3134.9
Hex712E84E4103011f3023
Octal16156204161010604376043
Binary111000110111010000100111010000010110000100011111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712E84; }

 p { color: rgb(113,46,132); }

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

<style>
 a { background-color: #712E84; }

 a { background-color: rgb(113,46,132); }

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

<style>
 span { border-color: #712E84; }

 span { border-color: rgb(113,46,132); }

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