Html Css Color HEX #712691 Vivid Violet

📋 copy color: '#712691'

red 113 ◦ green 38 ◦ blue 145

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

Shades of Vivid Violet #712691

Tints of Vivid Violet #712691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 38.18%
G = 12.84%
B = 48.99%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#712691 (or 0x712691) is known color: Vivid Violet. HEX triplet: 71, 26 and 91. RGB value is (113,38,145). Sum of RGB (Red+Green+Blue) = 113+38+145=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #712691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712691 is #8ED96E. Grayscale: #484848. Windows color (decimal): -9361775 or 9512561. OLE color: 9512561.

HSL color Cylindrical-coordinate representation of color #712691: hue angle of 282.06º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #712691 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 38 145 -
CMYK 0.22 0.74 0 0.43
HSL 282.06º 0.58% 0.36% -
HSV(B) 282.06º 0.74% 0.57% -
XYZ 12.61 6.94 27.46 -
YUV 72.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 113 38 145 0.22 0.74 0 0.43 282.06 0.58 0.36
Hex 71 26 91 16 4A 0 2B 11A 3A 24
Octal 161 46 221 26 112 0 53 432 72 44
Binary 1110001 100110 10010001 10110 1001010 0 101011 100011010 111010 100100

Color Harmonies of #712691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712691

Black with #712691

Text Example


Text Example

White with #712691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712691; }

 p { color: rgb(113,38,145); }

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

background-color css

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

 a { background-color: rgb(113,38,145); }

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

border-color css

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

 span { border-color: rgb(113,38,145); }

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