Html Css Color HEX #712786 Vivid Violet

📋 copy color: '#712786'

red 113 ◦ green 39 ◦ blue 134

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

Shades of Vivid Violet #712786

Tints of Vivid Violet #712786

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

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

R = 39.51%
G = 13.64%
B = 46.85%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#712786 (or 0x712786) is known color: Vivid Violet. HEX triplet: 71, 27 and 86. RGB value is (113,39,134). Sum of RGB (Red+Green+Blue) = 113+39+134=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #712786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712786 is #8ED879. Grayscale: #474747. Windows color (decimal): -9361530 or 8791921. OLE color: 8791921.

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

Color convert

RGB 113 39 134 -
CMYK 0.16 0.71 0 0.47
HSL 286.74º 0.55% 0.34% -
HSV(B) 286.74º 0.71% 0.53% -
XYZ 11.84 6.68 23.22 -
YUV 71.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 113 39 134 0.16 0.71 0 0.47 286.74 0.55 0.34
Hex 71 27 86 10 47 0 2F 11F 37 22
Octal 161 47 206 20 107 0 57 437 67 42
Binary 1110001 100111 10000110 10000 1000111 0 101111 100011111 110111 100010

Color Harmonies of #712786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712786

Black with #712786

Text Example


Text Example

White with #712786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712786; }

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

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

background-color css

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

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

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

border-color css

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

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

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