Html Css Color HEX #712991 Vivid Violet

📋 copy color: '#712991'

red 113 ◦ green 41 ◦ blue 145

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

Shades of Vivid Violet #712991

Tints of Vivid Violet #712991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

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

R = 37.79%
G = 13.71%
B = 48.49%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#712991 (or 0x712991) is known color: Vivid Violet. HEX triplet: 71, 29 and 91. RGB value is (113,41,145). Sum of RGB (Red+Green+Blue) = 113+41+145=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #712991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712991 is #8ED66E. Grayscale: #4A4A4A. Windows color (decimal): -9361007 or 9513329. OLE color: 9513329.

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

Color convert

RGB 113 41 145 -
CMYK 0.22 0.72 0 0.43
HSL 281.54º 0.56% 0.36% -
HSV(B) 281.54º 0.72% 0.57% -
XYZ 12.71 7.14 27.5 -
YUV 74.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 113 41 145 0.22 0.72 0 0.43 281.54 0.56 0.36
Hex 71 29 91 16 48 0 2B 11A 38 24
Octal 161 51 221 26 110 0 53 432 70 44
Binary 1110001 101001 10010001 10110 1001000 0 101011 100011010 111000 100100

Color Harmonies of #712991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712991

Black with #712991

Text Example


Text Example

White with #712991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712991; }

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

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

background-color css

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

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

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

border-color css

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

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

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