Html Css Color HEX #711592 Vivid Violet

📋 copy color: '#711592'

red 113 ◦ green 21 ◦ blue 146

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

Shades of Vivid Violet #711592

Tints of Vivid Violet #711592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.5%

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 40.36%
G = 7.5%
B = 52.14%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#711592 (or 0x711592) is known color: Vivid Violet. HEX triplet: 71, 15 and 92. RGB value is (113,21,146). Sum of RGB (Red+Green+Blue) = 113+21+146=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #711592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711592 is #8EEA6D. Grayscale: #3E3E3E. Windows color (decimal): -9366126 or 9573745. OLE color: 9573745.

HSL color Cylindrical-coordinate representation of color #711592: hue angle of 284.16º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711592 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 21 146 -
CMYK 0.23 0.86 0 0.43
HSL 284.16º 0.75% 0.33% -
HSV(B) 284.16º 0.86% 0.57% -
XYZ 12.27 6.12 27.73 -
YUV 62.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 113 21 146 0.23 0.86 0 0.43 284.16 0.75 0.33
Hex 71 15 92 17 56 0 2B 11C 4B 21
Octal 161 25 222 27 126 0 53 434 113 41
Binary 1110001 10101 10010010 10111 1010110 0 101011 100011100 1001011 100001

Color Harmonies of #711592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711592

Black with #711592

Text Example


Text Example

White with #711592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711592; }

 p { color: rgb(113,21,146); }

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

background-color css

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

 a { background-color: rgb(113,21,146); }

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

border-color css

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

 span { border-color: rgb(113,21,146); }

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