#713C8C

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

Shades of Vivid Violet #713C8C

Tints of Vivid Violet #713C8C

Color information

#713C8C (or 0x713C8C) is unknown color: approx Vivid Violet. HEX triplet: 71, 3C and 8C. RGB value is (113,60,140). Sum of RGB (Red+Green+Blue) = 113+60+140=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #713C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713C8C is #8EC373. Grayscale: #545454. Windows color (decimal): -9356148 or 9190513. OLE color: 9190513.

HSL color Cylindrical-coordinate representation of color #713C8C: hue angle of 279.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713C8C is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11360140-
CMYK0.190.5700.45
HSL279.75º40%39.22%-
HSV(B)279.75º57.14%54.9%-
XYZ13.168.6425.78-
YUV84.97159.06148-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 140 (55.08% from 255) = 44.73%
R=36.10%
G=19.17%
B=44.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113601400.190.5700.45279.754039.22
Hex713C8C133902D1182827
Octal1617421423710554305047
Binary111000111110010001100100111110010101101100011000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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