Html Css Color HEX #731996 Vivid Violet

📋 copy color: '#731996'

red 115 ◦ green 25 ◦ blue 150

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

Shades of Vivid Violet #731996

Tints of Vivid Violet #731996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 51.72%

R = 39.66%
G = 8.62%
B = 51.72%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#731996 (or 0x731996) is known color: Vivid Violet. HEX triplet: 73, 19 and 96. RGB value is (115,25,150). Sum of RGB (Red+Green+Blue) = 115+25+150=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #731996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731996 is #8CE669. Grayscale: #414141. Windows color (decimal): -9234026 or 9836915. OLE color: 9836915.

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

Color convert

RGB 115 25 150 -
CMYK 0.23 0.83 0 0.41
HSL 283.2º 0.71% 0.34% -
HSV(B) 283.2º 0.83% 0.59% -
XYZ 12.92 6.54 29.44 -
YUV 66.16 175.32 162.84 -
System Red Green Blue C M Y K H S L
Decimal 115 25 150 0.23 0.83 0 0.41 283.2 0.71 0.34
Hex 73 19 96 17 53 0 29 11B 47 22
Octal 163 31 226 27 123 0 51 433 107 42
Binary 1110011 11001 10010110 10111 1010011 0 101001 100011011 1000111 100010

Color Harmonies of #731996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731996

Black with #731996

Text Example


Text Example

White with #731996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731996; }

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

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

background-color css

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

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

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

border-color css

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

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

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