#713084

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

Shades of Vivid Violet #713084

Tints of Vivid Violet #713084

Color information

#713084 (or 0x713084) is unknown color: approx Vivid Violet. HEX triplet: 71, 30 and 84. RGB value is (113,48,132). Sum of RGB (Red+Green+Blue) = 113+48+132=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #713084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713084 is #8ECF7B. Grayscale: #4C4C4C. Windows color (decimal): -9359228 or 8663153. OLE color: 8663153.

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

Color convert

RGB11348132-
CMYK0.140.6400.48
HSL286.43º46.67%35.29%-
HSV(B)286.43º63.64%51.76%-
XYZ12.037.2922.6-
YUV77.01159.03153.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.57%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=38.57%
G=16.38%
B=45.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113481320.140.6400.48286.4346.6735.29
Hex713084E4003011e2f23
Octal16160204161000604365743
Binary111000111000010000100111010000000110000100011110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713084; }

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

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

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

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

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

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

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

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