Html Css Color HEX #712B99 Vivid Violet

📋 copy color: '#712B99'

red 113 ◦ green 43 ◦ blue 153

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

Shades of Vivid Violet #712B99

Tints of Vivid Violet #712B99

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.92%

 BLUE value IS 153 (60.16% from 255) = 49.51%

R = 36.57%
G = 13.92%
B = 49.51%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#712B99 (or 0x712B99) is known color: Vivid Violet. HEX triplet: 71, 2B and 99. RGB value is (113,43,153). Sum of RGB (Red+Green+Blue) = 113+43+153=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #712B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712B99 is #8ED466. Grayscale: #4C4C4C. Windows color (decimal): -9360487 or 10038129. OLE color: 10038129.

HSL color Cylindrical-coordinate representation of color #712B99: hue angle of 278.18º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712B99 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 43 153 -
CMYK 0.26 0.72 0 0.4
HSL 278.18º 0.56% 0.38% -
HSV(B) 278.18º 0.72% 0.6% -
XYZ 13.42 7.54 30.88 -
YUV 76.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 113 43 153 0.26 0.72 0 0.4 278.18 0.56 0.38
Hex 71 2B 99 1A 48 0 28 116 38 26
Octal 161 53 231 32 110 0 50 426 70 46
Binary 1110001 101011 10011001 11010 1001000 0 101000 100010110 111000 100110

Color Harmonies of #712B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B99

Black with #712B99

Text Example


Text Example

White with #712B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712B99; }

 p { color: rgb(113,43,153); }

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

background-color css

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

 a { background-color: rgb(113,43,153); }

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

border-color css

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

 span { border-color: rgb(113,43,153); }

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