Html Css Color HEX #731997 Vivid Violet

📋 copy color: '#731997'

red 115 ◦ green 25 ◦ blue 151

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

Shades of Vivid Violet #731997

Tints of Vivid Violet #731997

RGB

 RED value IS 115 (45.31% from 255) = 39.52%

 GREEN value IS 25 (10.16% from 255) = 8.59%

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

R = 39.52%
G = 8.59%
B = 51.89%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#731997 (or 0x731997) is known color: Vivid Violet. HEX triplet: 73, 19 and 97. RGB value is (115,25,151). Sum of RGB (Red+Green+Blue) = 115+25+151=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #731997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731997 is #8CE668. Grayscale: #414141. Windows color (decimal): -9234025 or 9902451. OLE color: 9902451.

HSL color Cylindrical-coordinate representation of color #731997: hue angle of 282.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731997 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 25 151 -
CMYK 0.24 0.83 0 0.41
HSL 282.86º 0.72% 0.35% -
HSV(B) 282.86º 0.83% 0.59% -
XYZ 13 6.57 29.86 -
YUV 66.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 115 25 151 0.24 0.83 0 0.41 282.86 0.72 0.35
Hex 73 19 97 18 53 0 29 11B 48 23
Octal 163 31 227 30 123 0 51 433 110 43
Binary 1110011 11001 10010111 11000 1010011 0 101001 100011011 1001000 100011

Color Harmonies of #731997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731997

Black with #731997

Text Example


Text Example

White with #731997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731997; }

 p { color: rgb(115,25,151); }

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

background-color css

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

 a { background-color: rgb(115,25,151); }

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

border-color css

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

 span { border-color: rgb(115,25,151); }

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