Html Css Color HEX #711F8A Vivid Violet

📋 copy color: '#711F8A'

red 113 ◦ green 31 ◦ blue 138

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

Shades of Vivid Violet #711F8A

Tints of Vivid Violet #711F8A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.99%

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

R = 40.07%
G = 10.99%
B = 48.94%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#711F8A (or 0x711F8A) is known color: Vivid Violet. HEX triplet: 71, 1F and 8A. RGB value is (113,31,138). Sum of RGB (Red+Green+Blue) = 113+31+138=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #711F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711F8A is #8EE075. Grayscale: #434343. Windows color (decimal): -9363574 or 9052017. OLE color: 9052017.

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

Color convert

RGB 113 31 138 -
CMYK 0.18 0.78 0 0.46
HSL 285.98º 0.63% 0.33% -
HSV(B) 285.98º 0.78% 0.54% -
XYZ 11.89 6.33 24.64 -
YUV 67.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 113 31 138 0.18 0.78 0 0.46 285.98 0.63 0.33
Hex 71 1F 8A 12 4E 0 2E 11E 3F 21
Octal 161 37 212 22 116 0 56 436 77 41
Binary 1110001 11111 10001010 10010 1001110 0 101110 100011110 111111 100001

Color Harmonies of #711F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F8A

Black with #711F8A

Text Example


Text Example

White with #711F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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