Html Css Color HEX #711896 Vivid Violet

📋 copy color: '#711896'

red 113 ◦ green 24 ◦ blue 150

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

Shades of Vivid Violet #711896

Tints of Vivid Violet #711896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

 BLUE value IS 150 (58.98% from 255) = 52.26%

R = 39.37%
G = 8.36%
B = 52.26%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#711896 (or 0x711896) is known color: Vivid Violet. HEX triplet: 71, 18 and 96. RGB value is (113,24,150). Sum of RGB (Red+Green+Blue) = 113+24+150=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #711896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711896 is #8EE769. Grayscale: #404040. Windows color (decimal): -9365354 or 9836657. OLE color: 9836657.

HSL color Cylindrical-coordinate representation of color #711896: hue angle of 282.38º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711896 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 24 150 -
CMYK 0.25 0.84 0 0.41
HSL 282.38º 0.72% 0.34% -
HSV(B) 282.38º 0.84% 0.59% -
XYZ 12.64 6.37 29.42 -
YUV 64.98 175.99 162.25 -
System Red Green Blue C M Y K H S L
Decimal 113 24 150 0.25 0.84 0 0.41 282.38 0.72 0.34
Hex 71 18 96 19 54 0 29 11A 48 22
Octal 161 30 226 31 124 0 51 432 110 42
Binary 1110001 11000 10010110 11001 1010100 0 101001 100011010 1001000 100010

Color Harmonies of #711896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711896

Black with #711896

Text Example


Text Example

White with #711896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711896; }

 p { color: rgb(113,24,150); }

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

background-color css

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

 a { background-color: rgb(113,24,150); }

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

border-color css

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

 span { border-color: rgb(113,24,150); }

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