Html Css Color HEX #711A99 Vivid Violet

📋 copy color: '#711A99'

red 113 ◦ green 26 ◦ blue 153

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

Shades of Vivid Violet #711A99

Tints of Vivid Violet #711A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.9%

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

R = 38.7%
G = 8.9%
B = 52.4%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#711A99 (or 0x711A99) is known color: Vivid Violet. HEX triplet: 71, 1A and 99. RGB value is (113,26,153). Sum of RGB (Red+Green+Blue) = 113+26+153=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #711A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711A99 is #8EE566. Grayscale: #424242. Windows color (decimal): -9364839 or 10033777. OLE color: 10033777.

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

Color convert

RGB 113 26 153 -
CMYK 0.26 0.83 0 0.4
HSL 281.1º 0.71% 0.35% -
HSV(B) 281.1º 0.83% 0.6% -
XYZ 12.93 6.55 30.72 -
YUV 66.49 176.82 161.17 -
System Red Green Blue C M Y K H S L
Decimal 113 26 153 0.26 0.83 0 0.4 281.1 0.71 0.35
Hex 71 1A 99 1A 53 0 28 119 47 23
Octal 161 32 231 32 123 0 50 431 107 43
Binary 1110001 11010 10011001 11010 1010011 0 101000 100011001 1000111 100011

Color Harmonies of #711A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A99

Black with #711A99

Text Example


Text Example

White with #711A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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