Html Css Color HEX #713292 Vivid Violet

📋 copy color: '#713292'

red 113 ◦ green 50 ◦ blue 146

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

Shades of Vivid Violet #713292

Tints of Vivid Violet #713292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.18%

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

R = 36.57%
G = 16.18%
B = 47.25%

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

#713292 (or 0x713292) is known color: Vivid Violet. HEX triplet: 71, 32 and 92. RGB value is (113,50,146). Sum of RGB (Red+Green+Blue) = 113+50+146=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #713292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713292 is #8ECD6D. Grayscale: #4F4F4F. Windows color (decimal): -9358702 or 9581169. OLE color: 9581169.

HSL color Cylindrical-coordinate representation of color #713292: hue angle of 279.38º degrees, saturation: 0.49, 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 #713292 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 50 146 -
CMYK 0.23 0.66 0 0.43
HSL 279.38º 0.49% 0.38% -
HSV(B) 279.38º 0.66% 0.57% -
XYZ 13.14 7.87 28.02 -
YUV 79.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 113 50 146 0.23 0.66 0 0.43 279.38 0.49 0.38
Hex 71 32 92 17 42 0 2B 117 31 26
Octal 161 62 222 27 102 0 53 427 61 46
Binary 1110001 110010 10010010 10111 1000010 0 101011 100010111 110001 100110

Color Harmonies of #713292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713292

Black with #713292

Text Example


Text Example

White with #713292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713292; }

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

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

background-color css

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

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

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

border-color css

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

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

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