#713588

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

Shades of Vivid Violet #713588

Tints of Vivid Violet #713588

Color information

#713588 (or 0x713588) is unknown color: approx Vivid Violet. HEX triplet: 71, 35 and 88. RGB value is (113,53,136). Sum of RGB (Red+Green+Blue) = 113+53+136=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #713588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713588 is #8ECA77. Grayscale: #505050. Windows color (decimal): -9357944 or 8926577. OLE color: 8926577.

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

Color convert

RGB11353136-
CMYK0.170.6100.47
HSL283.37º43.92%37.06%-
HSV(B)283.37º61.03%53.33%-
XYZ12.537.8324.14-
YUV80.4159.38151.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 136 (53.52% from 255) = 45.03%
R=37.42%
G=17.55%
B=45.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113531360.170.6100.47283.3743.9237.06
Hex713588113D02F11b2c25
Octal1616521021750574335445
Binary111000111010110001000100011111010101111100011011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713588; }

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

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

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

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

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

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

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

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