Html Css Color HEX #712486 Vivid Violet

📋 copy color: '#712486'

red 113 ◦ green 36 ◦ blue 134

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

Shades of Vivid Violet #712486

Tints of Vivid Violet #712486

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

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

R = 39.93%
G = 12.72%
B = 47.35%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#712486 (or 0x712486) is known color: Vivid Violet. HEX triplet: 71, 24 and 86. RGB value is (113,36,134). Sum of RGB (Red+Green+Blue) = 113+36+134=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #712486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712486 is #8EDB79. Grayscale: #454545. Windows color (decimal): -9362298 or 8791153. OLE color: 8791153.

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

Color convert

RGB 113 36 134 -
CMYK 0.16 0.73 0 0.47
HSL 287.14º 0.58% 0.33% -
HSV(B) 287.14º 0.73% 0.53% -
XYZ 11.74 6.49 23.19 -
YUV 70.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 113 36 134 0.16 0.73 0 0.47 287.14 0.58 0.33
Hex 71 24 86 10 49 0 2F 11F 3A 21
Octal 161 44 206 20 111 0 57 437 72 41
Binary 1110001 100100 10000110 10000 1001001 0 101111 100011111 111010 100001

Color Harmonies of #712486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712486

Black with #712486

Text Example


Text Example

White with #712486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712486; }

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

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

background-color css

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

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

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

border-color css

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

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

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