Html Css Color HEX #713C8E Vivid Violet

📋 copy color: '#713C8E'

red 113 ◦ green 60 ◦ blue 142

#713C8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #713C8E

Tints of Vivid Violet #713C8E

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 value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#713C8E (or 0x713C8E) is known color: 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

RGB 113 60 142 -
CMYK 0.20 0.58 0 0.44
HSL 278.78º 0.41% 0.4% -
HSV(B) 278.78º 0.58% 0.56% -
XYZ 13.31 8.7 26.57 -
YUV 85.2 160.06 147.83 -
System Red Green Blue C M Y K H S L
Decimal 113 60 142 0.20 0.58 0 0.44 278.78 0.41 0.4
Hex 71 3C 8E 14 3A 0 2C 117 29 28
Octal 161 74 216 24 72 0 54 427 51 50
Binary 1110001 111100 10001110 10100 111010 0 101100 100010111 101001 101000

Color Harmonies of #713C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C8E

Black with #713C8E

Text Example


Text Example

White with #713C8E

Text Example


Text Example

HTML Codes & Css Web 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>