Html Css Color HEX #712A93 Vivid Violet

📋 copy color: '#712A93'

red 113 ◦ green 42 ◦ blue 147

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

Shades of Vivid Violet #712A93

Tints of Vivid Violet #712A93

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.91%

 BLUE value IS 147 (57.81% from 255) = 48.68%

R = 37.42%
G = 13.91%
B = 48.68%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#712A93 (or 0x712A93) is known color: Vivid Violet. HEX triplet: 71, 2A and 93. RGB value is (113,42,147). Sum of RGB (Red+Green+Blue) = 113+42+147=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #712A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712A93 is #8ED56C. Grayscale: #4A4A4A. Windows color (decimal): -9360749 or 9644657. OLE color: 9644657.

HSL color Cylindrical-coordinate representation of color #712A93: hue angle of 280.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712A93 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 42 147 -
CMYK 0.23 0.71 0 0.42
HSL 280.57º 0.56% 0.37% -
HSV(B) 280.57º 0.71% 0.58% -
XYZ 12.9 7.27 28.33 -
YUV 75.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 113 42 147 0.23 0.71 0 0.42 280.57 0.56 0.37
Hex 71 2A 93 17 47 0 2A 119 38 25
Octal 161 52 223 27 107 0 52 431 70 45
Binary 1110001 101010 10010011 10111 1000111 0 101010 100011001 111000 100101

Color Harmonies of #712A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A93

Black with #712A93

Text Example


Text Example

White with #712A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,42,147); }

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

background-color css

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

 a { background-color: rgb(113,42,147); }

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

border-color css

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

 span { border-color: rgb(113,42,147); }

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