#712788

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

Shades of Vivid Violet #712788

Tints of Vivid Violet #712788

Color information

#712788 (or 0x712788) is unknown color: approx Vivid Violet. HEX triplet: 71, 27 and 88. RGB value is (113,39,136). Sum of RGB (Red+Green+Blue) = 113+39+136=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #712788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712788 is #8ED877. Grayscale: #474747. Windows color (decimal): -9361528 or 8922993. OLE color: 8922993.

HSL color Cylindrical-coordinate representation of color #712788: hue angle of 285.77º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712788 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11339136-
CMYK0.170.7100.47
HSL285.77º55.43%34.31%-
HSV(B)285.77º71.32%53.33%-
XYZ11.986.7423.96-
YUV72.18164.02157.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.24%
GREEN value IS 39 (15.62% from 255) = 13.54%
BLUE value IS 136 (53.52% from 255) = 47.22%
R=39.24%
G=13.54%
B=47.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113391360.170.7100.47285.7755.4334.31
Hex712788114702F11e3722
Octal16147210211070574366742
Binary1110001100111100010001000110001110101111100011110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712788; }

 p { color: rgb(113,39,136); }

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

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

 a { background-color: rgb(113,39,136); }

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

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

 span { border-color: rgb(113,39,136); }

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