#712684

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

Shades of Vivid Violet #712684

Tints of Vivid Violet #712684

Color information

#712684 (or 0x712684) is unknown color: approx Vivid Violet. HEX triplet: 71, 26 and 84. RGB value is (113,38,132). Sum of RGB (Red+Green+Blue) = 113+38+132=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #712684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712684 is #8ED97B. Grayscale: #464646. Windows color (decimal): -9361788 or 8660593. OLE color: 8660593.

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

Color convert

RGB11338132-
CMYK0.140.7100.48
HSL287.87º55.29%33.33%-
HSV(B)287.87º71.21%51.76%-
XYZ11.676.5622.48-
YUV71.14162.35157.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 38 (15.23% from 255) = 13.43%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=39.93%
G=13.43%
B=46.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113381320.140.7100.48287.8755.2933.33
Hex712684E470301203721
Octal16146204161070604406741
Binary111000110011010000100111010001110110000100100000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712684; }

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

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

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

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

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

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

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

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