Html Css Color HEX #712193 Vivid Violet

📋 copy color: '#712193'

red 113 ◦ green 33 ◦ blue 147

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

Shades of Vivid Violet #712193

Tints of Vivid Violet #712193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.26%

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

R = 38.57%
G = 11.26%
B = 50.17%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#712193 (or 0x712193) is known color: Vivid Violet. HEX triplet: 71, 21 and 93. RGB value is (113,33,147). Sum of RGB (Red+Green+Blue) = 113+33+147=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #712193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712193 is #8EDE6C. Grayscale: #454545. Windows color (decimal): -9363053 or 9642353. OLE color: 9642353.

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

Color convert

RGB 113 33 147 -
CMYK 0.23 0.78 0 0.42
HSL 282.11º 0.63% 0.35% -
HSV(B) 282.11º 0.78% 0.58% -
XYZ 12.62 6.71 28.23 -
YUV 69.92 171.5 158.73 -
System Red Green Blue C M Y K H S L
Decimal 113 33 147 0.23 0.78 0 0.42 282.11 0.63 0.35
Hex 71 21 93 17 4E 0 2A 11A 3F 23
Octal 161 41 223 27 116 0 52 432 77 43
Binary 1110001 100001 10010011 10111 1001110 0 101010 100011010 111111 100011

Color Harmonies of #712193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712193

Black with #712193

Text Example


Text Example

White with #712193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712193; }

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

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

background-color css

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

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

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

border-color css

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

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

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