Html Css Color HEX #711A9A Vivid Violet

📋 copy color: '#711A9A'

red 113 ◦ green 26 ◦ blue 154

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

Shades of Vivid Violet #711A9A

Tints of Vivid Violet #711A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.56%

R = 38.57%
G = 8.87%
B = 52.56%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#711A9A (or 0x711A9A) is known color: Vivid Violet. HEX triplet: 71, 1A and 9A. RGB value is (113,26,154). Sum of RGB (Red+Green+Blue) = 113+26+154=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #711A9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711A9A is #8EE565. Grayscale: #424242. Windows color (decimal): -9364838 or 10099313. OLE color: 10099313.

HSL color Cylindrical-coordinate representation of color #711A9A: hue angle of 280.78º 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 #711A9A is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 26 154 -
CMYK 0.27 0.83 0 0.40
HSL 280.78º 0.71% 0.35% -
HSV(B) 280.78º 0.83% 0.6% -
XYZ 13.01 6.58 31.16 -
YUV 66.61 177.32 161.09 -
System Red Green Blue C M Y K H S L
Decimal 113 26 154 0.27 0.83 0 0.40 280.78 0.71 0.35
Hex 71 1A 9A 1B 53 0 28 119 47 23
Octal 161 32 232 33 123 0 50 431 107 43
Binary 1110001 11010 10011010 11011 1010011 0 101000 100011001 1000111 100011

Color Harmonies of #711A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A9A

Black with #711A9A

Text Example


Text Example

White with #711A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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