#712F85

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

Shades of Vivid Violet #712F85

Tints of Vivid Violet #712F85

Color information

#712F85 (or 0x712F85) is unknown color: approx Vivid Violet. HEX triplet: 71, 2F and 85. RGB value is (113,47,133). Sum of RGB (Red+Green+Blue) = 113+47+133=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #712F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712F85 is #8ED07A. Grayscale: #4C4C4C. Windows color (decimal): -9359483 or 8728433. OLE color: 8728433.

HSL color Cylindrical-coordinate representation of color #712F85: hue angle of 286.05º 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 #712F85 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11347133-
CMYK0.150.6500.48
HSL286.05º47.78%35.29%-
HSV(B)286.05º64.66%52.16%-
XYZ12.067.2422.95-
YUV76.54159.87154.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.57%
GREEN value IS 47 (18.75% from 255) = 16.04%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=38.57%
G=16.04%
B=45.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113471330.150.6500.48286.0547.7835.29
Hex712F85F4103011e3023
Octal16157205171010604366043
Binary111000110111110000101111110000010110000100011110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,47,133); }

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

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

 a { background-color: rgb(113,47,133); }

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

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

 span { border-color: rgb(113,47,133); }

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