Html Css Color HEX #713192 Vivid Violet

📋 copy color: '#713192'

red 113 ◦ green 49 ◦ blue 146

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

Shades of Vivid Violet #713192

Tints of Vivid Violet #713192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

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

R = 36.69%
G = 15.91%
B = 47.4%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713192 (or 0x713192) is known color: Vivid Violet. HEX triplet: 71, 31 and 92. RGB value is (113,49,146). Sum of RGB (Red+Green+Blue) = 113+49+146=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #713192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713192 is #8ECE6D. Grayscale: #4E4E4E. Windows color (decimal): -9358958 or 9580913. OLE color: 9580913.

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

Color convert

RGB 113 49 146 -
CMYK 0.23 0.66 0 0.43
HSL 279.59º 0.5% 0.38% -
HSV(B) 279.59º 0.66% 0.57% -
XYZ 13.1 7.78 28.01 -
YUV 79.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 113 49 146 0.23 0.66 0 0.43 279.59 0.5 0.38
Hex 71 31 92 17 42 0 2B 118 32 26
Octal 161 61 222 27 102 0 53 430 62 46
Binary 1110001 110001 10010010 10111 1000010 0 101011 100011000 110010 100110

Color Harmonies of #713192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713192

Black with #713192

Text Example


Text Example

White with #713192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713192; }

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

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

background-color css

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

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

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

border-color css

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

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

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