Html Css Color HEX #711693 Vivid Violet

📋 copy color: '#711693'

red 113 ◦ green 22 ◦ blue 147

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

Shades of Vivid Violet #711693

Tints of Vivid Violet #711693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 40.07%
G = 7.8%
B = 52.13%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#711693 (or 0x711693) is known color: Vivid Violet. HEX triplet: 71, 16 and 93. RGB value is (113,22,147). Sum of RGB (Red+Green+Blue) = 113+22+147=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #711693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711693 is #8EE96C. Grayscale: #3F3F3F. Windows color (decimal): -9365869 or 9639537. OLE color: 9639537.

HSL color Cylindrical-coordinate representation of color #711693: hue angle of 283.68º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711693 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 22 147 -
CMYK 0.23 0.85 0 0.42
HSL 283.68º 0.74% 0.33% -
HSV(B) 283.68º 0.85% 0.58% -
XYZ 12.36 6.19 28.15 -
YUV 63.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 113 22 147 0.23 0.85 0 0.42 283.68 0.74 0.33
Hex 71 16 93 17 55 0 2A 11C 4A 21
Octal 161 26 223 27 125 0 52 434 112 41
Binary 1110001 10110 10010011 10111 1010101 0 101010 100011100 1001010 100001

Color Harmonies of #711693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711693

Black with #711693

Text Example


Text Example

White with #711693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711693; }

 p { color: rgb(113,22,147); }

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

background-color css

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

 a { background-color: rgb(113,22,147); }

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

border-color css

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

 span { border-color: rgb(113,22,147); }

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