#712F95

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

Shades of Vivid Violet #712F95

Tints of Vivid Violet #712F95

Color information

#712F95 (or 0x712F95) is unknown color: approx Vivid Violet. HEX triplet: 71, 2F and 95. RGB value is (113,47,149). Sum of RGB (Red+Green+Blue) = 113+47+149=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #712F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712F95 is #8ED06A. Grayscale: #4E4E4E. Windows color (decimal): -9359467 or 9777009. OLE color: 9777009.

HSL color Cylindrical-coordinate representation of color #712F95: hue angle of 278.82º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712F95 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11347149-
CMYK0.240.6800.42
HSL278.82º52.04%38.43%-
HSV(B)278.82º68.46%58.43%-
XYZ13.257.7129.22-
YUV78.36167.87152.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 47 (18.75% from 255) = 15.21%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=36.57%
G=15.21%
B=48.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113471490.240.6800.42278.8252.0438.43
Hex712F95184402A1173426
Octal16157225301040524276446
Binary1110001101111100101011100010001000101010100010111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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