Html Css Color HEX #711995 Vivid Violet

📋 copy color: '#711995'

red 113 ◦ green 25 ◦ blue 149

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

Shades of Vivid Violet #711995

Tints of Vivid Violet #711995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.71%

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 39.37%
G = 8.71%
B = 51.92%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#711995 (or 0x711995) is known color: Vivid Violet. HEX triplet: 71, 19 and 95. RGB value is (113,25,149). Sum of RGB (Red+Green+Blue) = 113+25+149=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #711995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711995 is #8EE66A. Grayscale: #414141. Windows color (decimal): -9365099 or 9771377. OLE color: 9771377.

HSL color Cylindrical-coordinate representation of color #711995: hue angle of 282.58º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711995 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 25 149 -
CMYK 0.24 0.83 0 0.42
HSL 282.58º 0.71% 0.34% -
HSV(B) 282.58º 0.83% 0.58% -
XYZ 12.58 6.38 29 -
YUV 65.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 113 25 149 0.24 0.83 0 0.42 282.58 0.71 0.34
Hex 71 19 95 18 53 0 2A 11B 47 22
Octal 161 31 225 30 123 0 52 433 107 42
Binary 1110001 11001 10010101 11000 1010011 0 101010 100011011 1000111 100010

Color Harmonies of #711995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711995

Black with #711995

Text Example


Text Example

White with #711995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711995; }

 p { color: rgb(113,25,149); }

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

background-color css

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

 a { background-color: rgb(113,25,149); }

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

border-color css

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

 span { border-color: rgb(113,25,149); }

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