Html Css Color HEX #713092 Vivid Violet

📋 copy color: '#713092'

red 113 ◦ green 48 ◦ blue 146

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

Shades of Vivid Violet #713092

Tints of Vivid Violet #713092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

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

R = 36.81%
G = 15.64%
B = 47.56%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713092 (or 0x713092) is known color: Vivid Violet. HEX triplet: 71, 30 and 92. RGB value is (113,48,146). Sum of RGB (Red+Green+Blue) = 113+48+146=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #713092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713092 is #8ECF6D. Grayscale: #4E4E4E. Windows color (decimal): -9359214 or 9580657. OLE color: 9580657.

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

Color convert

RGB 113 48 146 -
CMYK 0.23 0.67 0 0.43
HSL 279.8º 0.51% 0.38% -
HSV(B) 279.8º 0.67% 0.57% -
XYZ 13.06 7.7 27.99 -
YUV 78.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 113 48 146 0.23 0.67 0 0.43 279.8 0.51 0.38
Hex 71 30 92 17 43 0 2B 118 33 26
Octal 161 60 222 27 103 0 53 430 63 46
Binary 1110001 110000 10010010 10111 1000011 0 101011 100011000 110011 100110

Color Harmonies of #713092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713092

Black with #713092

Text Example


Text Example

White with #713092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713092; }

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

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

background-color css

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

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

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

border-color css

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

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

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