Html Css Color HEX #711D9D Vivid Violet

📋 copy color: '#711D9D'

red 113 ◦ green 29 ◦ blue 157

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

Shades of Vivid Violet #711D9D

Tints of Vivid Violet #711D9D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.7%

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

R = 37.79%
G = 9.7%
B = 52.51%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#711D9D (or 0x711D9D) is known color: Vivid Violet. HEX triplet: 71, 1D and 9D. RGB value is (113,29,157). Sum of RGB (Red+Green+Blue) = 113+29+157=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #711D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711D9D is #8EE262. Grayscale: #444444. Windows color (decimal): -9364067 or 10296689. OLE color: 10296689.

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

Color convert

RGB 113 29 157 -
CMYK 0.28 0.82 0 0.38
HSL 279.38º 0.69% 0.36% -
HSV(B) 279.38º 0.82% 0.62% -
XYZ 13.34 6.82 32.51 -
YUV 68.71 177.83 159.59 -
System Red Green Blue C M Y K H S L
Decimal 113 29 157 0.28 0.82 0 0.38 279.38 0.69 0.36
Hex 71 1D 9D 1C 52 0 26 117 45 24
Octal 161 35 235 34 122 0 46 427 105 44
Binary 1110001 11101 10011101 11100 1010010 0 100110 100010111 1000101 100100

Color Harmonies of #711D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D9D

Black with #711D9D

Text Example


Text Example

White with #711D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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