Html Css Color HEX #712D92 Vivid Violet

📋 copy color: '#712D92'

red 113 ◦ green 45 ◦ blue 146

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

Shades of Vivid Violet #712D92

Tints of Vivid Violet #712D92

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.8%

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 37.17%
G = 14.8%
B = 48.03%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#712D92 (or 0x712D92) is known color: Vivid Violet. HEX triplet: 71, 2D and 92. RGB value is (113,45,146). Sum of RGB (Red+Green+Blue) = 113+45+146=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #712D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712D92 is #8ED26D. Grayscale: #4C4C4C. Windows color (decimal): -9359982 or 9579889. OLE color: 9579889.

HSL color Cylindrical-coordinate representation of color #712D92: hue angle of 280.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712D92 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 45 146 -
CMYK 0.23 0.69 0 0.43
HSL 280.4º 0.53% 0.37% -
HSV(B) 280.4º 0.69% 0.57% -
XYZ 12.94 7.46 27.95 -
YUV 76.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 113 45 146 0.23 0.69 0 0.43 280.4 0.53 0.37
Hex 71 2D 92 17 45 0 2B 118 35 25
Octal 161 55 222 27 105 0 53 430 65 45
Binary 1110001 101101 10010010 10111 1000101 0 101011 100011000 110101 100101

Color Harmonies of #712D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D92

Black with #712D92

Text Example


Text Example

White with #712D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,45,146); }

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

background-color css

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

 a { background-color: rgb(113,45,146); }

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

border-color css

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

 span { border-color: rgb(113,45,146); }

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