Html Css Color HEX #711694 Vivid Violet

📋 copy color: '#711694'

red 113 ◦ green 22 ◦ blue 148

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

Shades of Vivid Violet #711694

Tints of Vivid Violet #711694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.3%

R = 39.93%
G = 7.77%
B = 52.3%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#711694 (or 0x711694) is known color: Vivid Violet. HEX triplet: 71, 16 and 94. RGB value is (113,22,148). Sum of RGB (Red+Green+Blue) = 113+22+148=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #711694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711694 is #8EE96B. Grayscale: #3F3F3F. Windows color (decimal): -9365868 or 9705073. OLE color: 9705073.

HSL color Cylindrical-coordinate representation of color #711694: hue angle of 283.33º 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 #711694 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 22 148 -
CMYK 0.24 0.85 0 0.42
HSL 283.33º 0.74% 0.33% -
HSV(B) 283.33º 0.85% 0.58% -
XYZ 12.44 6.22 28.56 -
YUV 63.57 175.65 163.25 -
System Red Green Blue C M Y K H S L
Decimal 113 22 148 0.24 0.85 0 0.42 283.33 0.74 0.33
Hex 71 16 94 18 55 0 2A 11B 4A 21
Octal 161 26 224 30 125 0 52 433 112 41
Binary 1110001 10110 10010100 11000 1010101 0 101010 100011011 1001010 100001

Color Harmonies of #711694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711694

Black with #711694

Text Example


Text Example

White with #711694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711694; }

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

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

background-color css

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

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

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

border-color css

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

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

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