Html Css Color HEX #712386 Vivid Violet

📋 copy color: '#712386'

red 113 ◦ green 35 ◦ blue 134

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

Shades of Vivid Violet #712386

Tints of Vivid Violet #712386

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

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

R = 40.07%
G = 12.41%
B = 47.52%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#712386 (or 0x712386) is known color: Vivid Violet. HEX triplet: 71, 23 and 86. RGB value is (113,35,134). Sum of RGB (Red+Green+Blue) = 113+35+134=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #712386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712386 is #8EDC79. Grayscale: #454545. Windows color (decimal): -9362554 or 8790897. OLE color: 8790897.

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

Color convert

RGB 113 35 134 -
CMYK 0.16 0.74 0 0.47
HSL 287.27º 0.59% 0.33% -
HSV(B) 287.27º 0.74% 0.53% -
XYZ 11.71 6.43 23.18 -
YUV 69.61 164.34 158.95 -
System Red Green Blue C M Y K H S L
Decimal 113 35 134 0.16 0.74 0 0.47 287.27 0.59 0.33
Hex 71 23 86 10 4A 0 2F 11F 3B 21
Octal 161 43 206 20 112 0 57 437 73 41
Binary 1110001 100011 10000110 10000 1001010 0 101111 100011111 111011 100001

Color Harmonies of #712386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712386

Black with #712386

Text Example


Text Example

White with #712386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712386; }

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

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

background-color css

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

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

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

border-color css

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

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

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