Html Css Color HEX #731695 Vivid Violet

📋 copy color: '#731695'

red 115 ◦ green 22 ◦ blue 149

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

Shades of Vivid Violet #731695

Tints of Vivid Violet #731695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 40.21%
G = 7.69%
B = 52.1%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#731695 (or 0x731695) is known color: Vivid Violet. HEX triplet: 73, 16 and 95. RGB value is (115,22,149). Sum of RGB (Red+Green+Blue) = 115+22+149=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #731695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731695 is #8CE96A. Grayscale: #3F3F3F. Windows color (decimal): -9234795 or 9770611. OLE color: 9770611.

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

Color convert

RGB 115 22 149 -
CMYK 0.23 0.85 0 0.42
HSL 283.94º 0.74% 0.34% -
HSV(B) 283.94º 0.85% 0.58% -
XYZ 12.78 6.39 28.99 -
YUV 64.29 175.81 164.17 -
System Red Green Blue C M Y K H S L
Decimal 115 22 149 0.23 0.85 0 0.42 283.94 0.74 0.34
Hex 73 16 95 17 55 0 2A 11C 4A 22
Octal 163 26 225 27 125 0 52 434 112 42
Binary 1110011 10110 10010101 10111 1010101 0 101010 100011100 1001010 100010

Color Harmonies of #731695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731695

Black with #731695

Text Example


Text Example

White with #731695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731695; }

 p { color: rgb(115,22,149); }

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

background-color css

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

 a { background-color: rgb(115,22,149); }

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

border-color css

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

 span { border-color: rgb(115,22,149); }

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