Html Css Color HEX #712086 Vivid Violet

📋 copy color: '#712086'

red 113 ◦ green 32 ◦ blue 134

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

Shades of Vivid Violet #712086

Tints of Vivid Violet #712086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.47%

 BLUE value IS 134 (52.73% from 255) = 48.03%

R = 40.5%
G = 11.47%
B = 48.03%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#712086 (or 0x712086) is known color: Vivid Violet. HEX triplet: 71, 20 and 86. RGB value is (113,32,134). Sum of RGB (Red+Green+Blue) = 113+32+134=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #712086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712086 is #8EDF79. Grayscale: #434343. Windows color (decimal): -9363322 or 8790129. OLE color: 8790129.

HSL color Cylindrical-coordinate representation of color #712086: hue angle of 287.65º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712086 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 32 134 -
CMYK 0.16 0.76 0 0.47
HSL 287.65º 0.61% 0.33% -
HSV(B) 287.65º 0.76% 0.53% -
XYZ 11.63 6.26 23.15 -
YUV 67.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 113 32 134 0.16 0.76 0 0.47 287.65 0.61 0.33
Hex 71 20 86 10 4C 0 2F 120 3D 21
Octal 161 40 206 20 114 0 57 440 75 41
Binary 1110001 100000 10000110 10000 1001100 0 101111 100100000 111101 100001

Color Harmonies of #712086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712086

Black with #712086

Text Example


Text Example

White with #712086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712086; }

 p { color: rgb(113,32,134); }

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

background-color css

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

 a { background-color: rgb(113,32,134); }

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

border-color css

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

 span { border-color: rgb(113,32,134); }

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