Html Css Color HEX #711B99 Vivid Violet

📋 copy color: '#711B99'

red 113 ◦ green 27 ◦ blue 153

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

Shades of Vivid Violet #711B99

Tints of Vivid Violet #711B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.22%

R = 38.57%
G = 9.22%
B = 52.22%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#711B99 (or 0x711B99) is known color: Vivid Violet. HEX triplet: 71, 1B and 99. RGB value is (113,27,153). Sum of RGB (Red+Green+Blue) = 113+27+153=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #711B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711B99 is #8EE466. Grayscale: #424242. Windows color (decimal): -9364583 or 10034033. OLE color: 10034033.

HSL color Cylindrical-coordinate representation of color #711B99: hue angle of 280.95º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711B99 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 27 153 -
CMYK 0.26 0.82 0 0.4
HSL 280.95º 0.7% 0.35% -
HSV(B) 280.95º 0.82% 0.6% -
XYZ 12.95 6.59 30.73 -
YUV 67.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 113 27 153 0.26 0.82 0 0.4 280.95 0.7 0.35
Hex 71 1B 99 1A 52 0 28 119 46 23
Octal 161 33 231 32 122 0 50 431 106 43
Binary 1110001 11011 10011001 11010 1010010 0 101000 100011001 1000110 100011

Color Harmonies of #711B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B99

Black with #711B99

Text Example


Text Example

White with #711B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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