Html Css Color HEX #711894 Vivid Violet

📋 copy color: '#711894'

red 113 ◦ green 24 ◦ blue 148

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

Shades of Vivid Violet #711894

Tints of Vivid Violet #711894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 39.65%
G = 8.42%
B = 51.93%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#711894 (or 0x711894) is known color: Vivid Violet. HEX triplet: 71, 18 and 94. RGB value is (113,24,148). Sum of RGB (Red+Green+Blue) = 113+24+148=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #711894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711894 is #8EE76B. Grayscale: #404040. Windows color (decimal): -9365356 or 9705585. OLE color: 9705585.

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

Color convert

RGB 113 24 148 -
CMYK 0.24 0.84 0 0.42
HSL 283.06º 0.72% 0.34% -
HSV(B) 283.06º 0.84% 0.58% -
XYZ 12.48 6.3 28.58 -
YUV 64.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 113 24 148 0.24 0.84 0 0.42 283.06 0.72 0.34
Hex 71 18 94 18 54 0 2A 11B 48 22
Octal 161 30 224 30 124 0 52 433 110 42
Binary 1110001 11000 10010100 11000 1010100 0 101010 100011011 1001000 100010

Color Harmonies of #711894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711894

Black with #711894

Text Example


Text Example

White with #711894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711894; }

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

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

background-color css

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

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

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

border-color css

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

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

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