Html Css Color HEX #712291 Vivid Violet

📋 copy color: '#712291'

red 113 ◦ green 34 ◦ blue 145

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

Shades of Vivid Violet #712291

Tints of Vivid Violet #712291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.64%

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

R = 38.7%
G = 11.64%
B = 49.66%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#712291 (or 0x712291) is known color: Vivid Violet. HEX triplet: 71, 22 and 91. RGB value is (113,34,145). Sum of RGB (Red+Green+Blue) = 113+34+145=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #712291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712291 is #8EDD6E. Grayscale: #454545. Windows color (decimal): -9362799 or 9511537. OLE color: 9511537.

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

Color convert

RGB 113 34 145 -
CMYK 0.22 0.77 0 0.43
HSL 282.7º 0.62% 0.35% -
HSV(B) 282.7º 0.77% 0.57% -
XYZ 12.49 6.7 27.42 -
YUV 70.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 113 34 145 0.22 0.77 0 0.43 282.7 0.62 0.35
Hex 71 22 91 16 4D 0 2B 11B 3E 23
Octal 161 42 221 26 115 0 53 433 76 43
Binary 1110001 100010 10010001 10110 1001101 0 101011 100011011 111110 100011

Color Harmonies of #712291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712291

Black with #712291

Text Example


Text Example

White with #712291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712291; }

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

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

background-color css

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

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

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

border-color css

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

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

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