Html Css Color HEX #713392 Vivid Violet

📋 copy color: '#713392'

red 113 ◦ green 51 ◦ blue 146

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

Shades of Vivid Violet #713392

Tints of Vivid Violet #713392

RGB

 RED value IS 113 (44.53% from 255) = 36.45%

 GREEN value IS 51 (20.31% from 255) = 16.45%

 BLUE value IS 146 (57.42% from 255) = 47.1%

R = 36.45%
G = 16.45%
B = 47.1%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713392 (or 0x713392) is known color: Vivid Violet. HEX triplet: 71, 33 and 92. RGB value is (113,51,146). Sum of RGB (Red+Green+Blue) = 113+51+146=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #713392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713392 is #8ECC6D. Grayscale: #505050. Windows color (decimal): -9358446 or 9581425. OLE color: 9581425.

HSL color Cylindrical-coordinate representation of color #713392: hue angle of 279.16º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #713392 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 51 146 -
CMYK 0.23 0.65 0 0.43
HSL 279.16º 0.48% 0.39% -
HSV(B) 279.16º 0.65% 0.57% -
XYZ 13.18 7.95 28.03 -
YUV 80.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 113 51 146 0.23 0.65 0 0.43 279.16 0.48 0.39
Hex 71 33 92 17 41 0 2B 117 30 27
Octal 161 63 222 27 101 0 53 427 60 47
Binary 1110001 110011 10010010 10111 1000001 0 101011 100010111 110000 100111

Color Harmonies of #713392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713392

Black with #713392

Text Example


Text Example

White with #713392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713392; }

 p { color: rgb(113,51,146); }

 H1.HeaderClassName
 {
   color: #713392;
 }
 .AnyTagClassName
 {
   color: #713392;
 }
</style>

background-color css

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

 a { background-color: rgb(113,51,146); }

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

border-color css

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

 span { border-color: rgb(113,51,146); }

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