Html Css Color HEX #711C94 Vivid Violet

📋 copy color: '#711C94'

red 113 ◦ green 28 ◦ blue 148

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

Shades of Vivid Violet #711C94

Tints of Vivid Violet #711C94

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.69%

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

R = 39.1%
G = 9.69%
B = 51.21%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#711C94 (or 0x711C94) is known color: Vivid Violet. HEX triplet: 71, 1C and 94. RGB value is (113,28,148). Sum of RGB (Red+Green+Blue) = 113+28+148=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #711C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711C94 is #8EE36B. Grayscale: #424242. Windows color (decimal): -9364332 or 9706609. OLE color: 9706609.

HSL color Cylindrical-coordinate representation of color #711C94: hue angle of 282.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711C94 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 28 148 -
CMYK 0.24 0.81 0 0.42
HSL 282.5º 0.68% 0.35% -
HSV(B) 282.5º 0.81% 0.58% -
XYZ 12.57 6.48 28.61 -
YUV 67.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 113 28 148 0.24 0.81 0 0.42 282.5 0.68 0.35
Hex 71 1C 94 18 51 0 2A 11A 44 23
Octal 161 34 224 30 121 0 52 432 104 43
Binary 1110001 11100 10010100 11000 1010001 0 101010 100011010 1000100 100011

Color Harmonies of #711C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C94

Black with #711C94

Text Example


Text Example

White with #711C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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