Html Css Color HEX #711C8A Vivid Violet

📋 copy color: '#711C8A'

red 113 ◦ green 28 ◦ blue 138

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

Shades of Vivid Violet #711C8A

Tints of Vivid Violet #711C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 49.46%

R = 40.5%
G = 10.04%
B = 49.46%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#711C8A (or 0x711C8A) is known color: Vivid Violet. HEX triplet: 71, 1C and 8A. RGB value is (113,28,138). Sum of RGB (Red+Green+Blue) = 113+28+138=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #711C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711C8A is #8EE375. Grayscale: #414141. Windows color (decimal): -9364342 or 9051249. OLE color: 9051249.

HSL color Cylindrical-coordinate representation of color #711C8A: hue angle of 286.36º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711C8A is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 28 138 -
CMYK 0.18 0.80 0 0.46
HSL 286.36º 0.66% 0.33% -
HSV(B) 286.36º 0.8% 0.54% -
XYZ 11.81 6.18 24.61 -
YUV 65.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 113 28 138 0.18 0.80 0 0.46 286.36 0.66 0.33
Hex 71 1C 8A 12 50 0 2E 11E 42 21
Octal 161 34 212 22 120 0 56 436 102 41
Binary 1110001 11100 10001010 10010 1010000 0 101110 100011110 1000010 100001

Color Harmonies of #711C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C8A

Black with #711C8A

Text Example


Text Example

White with #711C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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