Html Css Color HEX #711F8B Vivid Violet

📋 copy color: '#711F8B'

red 113 ◦ green 31 ◦ blue 139

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

Shades of Vivid Violet #711F8B

Tints of Vivid Violet #711F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 49.12%

R = 39.93%
G = 10.95%
B = 49.12%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#711F8B (or 0x711F8B) is known color: Vivid Violet. HEX triplet: 71, 1F and 8B. RGB value is (113,31,139). Sum of RGB (Red+Green+Blue) = 113+31+139=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #711F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711F8B is #8EE074. Grayscale: #434343. Windows color (decimal): -9363573 or 9117553. OLE color: 9117553.

HSL color Cylindrical-coordinate representation of color #711F8B: hue angle of 285.56º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711F8B is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 31 139 -
CMYK 0.19 0.78 0 0.45
HSL 285.56º 0.64% 0.33% -
HSV(B) 285.56º 0.78% 0.55% -
XYZ 11.96 6.35 25.02 -
YUV 67.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 113 31 139 0.19 0.78 0 0.45 285.56 0.64 0.33
Hex 71 1F 8B 13 4E 0 2D 11E 40 21
Octal 161 37 213 23 116 0 55 436 100 41
Binary 1110001 11111 10001011 10011 1001110 0 101101 100011110 1000000 100001

Color Harmonies of #711F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F8B

Black with #711F8B

Text Example


Text Example

White with #711F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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