Html Css Color HEX #712097 Vivid Violet

📋 copy color: '#712097'

red 113 ◦ green 32 ◦ blue 151

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

Shades of Vivid Violet #712097

Tints of Vivid Violet #712097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 51.01%

R = 38.18%
G = 10.81%
B = 51.01%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#712097 (or 0x712097) is known color: Vivid Violet. HEX triplet: 71, 20 and 97. RGB value is (113,32,151). Sum of RGB (Red+Green+Blue) = 113+32+151=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #712097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712097 is #8EDF68. Grayscale: #454545. Windows color (decimal): -9363305 or 9904241. OLE color: 9904241.

HSL color Cylindrical-coordinate representation of color #712097: hue angle of 280.84º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #712097 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 32 151 -
CMYK 0.25 0.79 0 0.41
HSL 280.84º 0.65% 0.36% -
HSV(B) 280.84º 0.79% 0.59% -
XYZ 12.91 6.78 29.91 -
YUV 69.79 173.84 158.82 -
System Red Green Blue C M Y K H S L
Decimal 113 32 151 0.25 0.79 0 0.41 280.84 0.65 0.36
Hex 71 20 97 19 4F 0 29 119 41 24
Octal 161 40 227 31 117 0 51 431 101 44
Binary 1110001 100000 10010111 11001 1001111 0 101001 100011001 1000001 100100

Color Harmonies of #712097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712097

Black with #712097

Text Example


Text Example

White with #712097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712097; }

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

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

background-color css

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

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

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

border-color css

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

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

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