#713988

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

Shades of Vivid Violet #713988

Tints of Vivid Violet #713988

Color information

#713988 (or 0x713988) is unknown color: approx Vivid Violet. HEX triplet: 71, 39 and 88. RGB value is (113,57,136). Sum of RGB (Red+Green+Blue) = 113+57+136=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #713988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713988 is #8EC677. Grayscale: #525252. Windows color (decimal): -9356920 or 8927601. OLE color: 8927601.

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

Color convert

RGB11357136-
CMYK0.170.5800.47
HSL282.53º40.93%37.84%-
HSV(B)282.53º58.09%53.33%-
XYZ12.728.2124.21-
YUV82.75158.05149.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=36.93%
G=18.63%
B=44.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113571360.170.5800.47282.5340.9337.84
Hex713988113A02F11b2926
Octal1617121021720574335146
Binary111000111100110001000100011110100101111100011011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713988; }

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

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

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

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

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

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

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

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