Html Css Color HEX #711999 Vivid Violet

📋 copy color: '#711999'

red 113 ◦ green 25 ◦ blue 153

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

Shades of Vivid Violet #711999

Tints of Vivid Violet #711999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

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

R = 38.83%
G = 8.59%
B = 52.58%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#711999 (or 0x711999) is known color: Vivid Violet. HEX triplet: 71, 19 and 99. RGB value is (113,25,153). Sum of RGB (Red+Green+Blue) = 113+25+153=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #711999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711999 is #8EE666. Grayscale: #414141. Windows color (decimal): -9365095 or 10033521. OLE color: 10033521.

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

Color convert

RGB 113 25 153 -
CMYK 0.26 0.84 0 0.4
HSL 281.25º 0.72% 0.35% -
HSV(B) 281.25º 0.84% 0.6% -
XYZ 12.91 6.51 30.71 -
YUV 65.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 113 25 153 0.26 0.84 0 0.4 281.25 0.72 0.35
Hex 71 19 99 1A 54 0 28 119 48 23
Octal 161 31 231 32 124 0 50 431 110 43
Binary 1110001 11001 10011001 11010 1010100 0 101000 100011001 1001000 100011

Color Harmonies of #711999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711999

Black with #711999

Text Example


Text Example

White with #711999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711999; }

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

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

background-color css

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

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

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

border-color css

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

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

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