Html Css Color HEX #711B9D Vivid Violet

📋 copy color: '#711B9D'

red 113 ◦ green 27 ◦ blue 157

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

Shades of Vivid Violet #711B9D

Tints of Vivid Violet #711B9D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.09%

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 38.05%
G = 9.09%
B = 52.86%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#711B9D (or 0x711B9D) is known color: Vivid Violet. HEX triplet: 71, 1B and 9D. RGB value is (113,27,157). Sum of RGB (Red+Green+Blue) = 113+27+157=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #711B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711B9D is #8EE462. Grayscale: #434343. Windows color (decimal): -9364579 or 10296177. OLE color: 10296177.

HSL color Cylindrical-coordinate representation of color #711B9D: hue angle of 279.69º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711B9D is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 27 157 -
CMYK 0.28 0.83 0 0.38
HSL 279.69º 0.71% 0.36% -
HSV(B) 279.69º 0.83% 0.62% -
XYZ 13.29 6.73 32.5 -
YUV 67.53 178.49 160.43 -
System Red Green Blue C M Y K H S L
Decimal 113 27 157 0.28 0.83 0 0.38 279.69 0.71 0.36
Hex 71 1B 9D 1C 53 0 26 118 47 24
Octal 161 33 235 34 123 0 46 430 107 44
Binary 1110001 11011 10011101 11100 1010011 0 100110 100011000 1000111 100100

Color Harmonies of #711B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B9D

Black with #711B9D

Text Example


Text Example

White with #711B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,27,157); }

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

background-color css

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

 a { background-color: rgb(113,27,157); }

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

border-color css

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

 span { border-color: rgb(113,27,157); }

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