Html Css Color HEX #712092 Vivid Violet

📋 copy color: '#712092'

red 113 ◦ green 32 ◦ blue 146

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

Shades of Vivid Violet #712092

Tints of Vivid Violet #712092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

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

R = 38.83%
G = 11%
B = 50.17%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#712092 (or 0x712092) is known color: Vivid Violet. HEX triplet: 71, 20 and 92. RGB value is (113,32,146). Sum of RGB (Red+Green+Blue) = 113+32+146=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #712092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712092 is #8EDF6D. Grayscale: #444444. Windows color (decimal): -9363310 or 9576561. OLE color: 9576561.

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

Color convert

RGB 113 32 146 -
CMYK 0.23 0.78 0 0.43
HSL 282.63º 0.64% 0.35% -
HSV(B) 282.63º 0.78% 0.57% -
XYZ 12.51 6.62 27.81 -
YUV 69.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 113 32 146 0.23 0.78 0 0.43 282.63 0.64 0.35
Hex 71 20 92 17 4E 0 2B 11B 40 23
Octal 161 40 222 27 116 0 53 433 100 43
Binary 1110001 100000 10010010 10111 1001110 0 101011 100011011 1000000 100011

Color Harmonies of #712092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712092

Black with #712092

Text Example


Text Example

White with #712092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712092; }

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

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

background-color css

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

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

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

border-color css

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

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

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