Html Css Color HEX #713196 Vivid Violet

📋 copy color: '#713196'

red 113 ◦ green 49 ◦ blue 150

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

Shades of Vivid Violet #713196

Tints of Vivid Violet #713196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 36.22%
G = 15.71%
B = 48.08%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#713196 (or 0x713196) is known color: Vivid Violet. HEX triplet: 71, 31 and 96. RGB value is (113,49,150). Sum of RGB (Red+Green+Blue) = 113+49+150=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #713196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713196 is #8ECE69. Grayscale: #4F4F4F. Windows color (decimal): -9358954 or 9843057. OLE color: 9843057.

HSL color Cylindrical-coordinate representation of color #713196: hue angle of 278.02º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #713196 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 49 150 -
CMYK 0.25 0.67 0 0.41
HSL 278.02º 0.51% 0.39% -
HSV(B) 278.02º 0.67% 0.59% -
XYZ 13.41 7.91 29.67 -
YUV 79.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 113 49 150 0.25 0.67 0 0.41 278.02 0.51 0.39
Hex 71 31 96 19 43 0 29 116 33 27
Octal 161 61 226 31 103 0 51 426 63 47
Binary 1110001 110001 10010110 11001 1000011 0 101001 100010110 110011 100111

Color Harmonies of #713196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713196

Black with #713196

Text Example


Text Example

White with #713196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713196; }

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

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

background-color css

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

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

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

border-color css

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

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

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