#713C8E

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

Shades of Vivid Violet #713C8E

Tints of Vivid Violet #713C8E

Color information

#713C8E (or 0x713C8E) is unknown color: approx Vivid Violet. HEX triplet: 71, 3C and 8E. RGB value is (113,60,142). Sum of RGB (Red+Green+Blue) = 113+60+142=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #713C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713C8E is #8EC371. Grayscale: #545454. Windows color (decimal): -9356146 or 9321585. OLE color: 9321585.

HSL color Cylindrical-coordinate representation of color #713C8E: hue angle of 278.78º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713C8E is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11360142-
CMYK0.200.5800.44
HSL278.78º40.59%39.61%-
HSV(B)278.78º57.75%55.69%-
XYZ13.318.726.57-
YUV85.2160.06147.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=35.87%
G=19.05%
B=45.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113601420.200.5800.44278.7840.5939.61
Hex713C8E143A02C1172928
Octal1617421624720544275150
Binary111000111110010001110101001110100101100100010111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713C8E; }

 p { color: rgb(113,60,142); }

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

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

 a { background-color: rgb(113,60,142); }

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

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

 span { border-color: rgb(113,60,142); }

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