Html Css Color HEX #731795 Vivid Violet

📋 copy color: '#731795'

red 115 ◦ green 23 ◦ blue 149

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

Shades of Vivid Violet #731795

Tints of Vivid Violet #731795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.01%

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

R = 40.07%
G = 8.01%
B = 51.92%

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

#731795 (or 0x731795) is known color: Vivid Violet. HEX triplet: 73, 17 and 95. RGB value is (115,23,149). Sum of RGB (Red+Green+Blue) = 115+23+149=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #731795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731795 is #8CE86A. Grayscale: #404040. Windows color (decimal): -9234539 or 9770867. OLE color: 9770867.

HSL color Cylindrical-coordinate representation of color #731795: hue angle of 283.81º degrees, saturation: 0.73, 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 #731795 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 23 149 -
CMYK 0.23 0.85 0 0.42
HSL 283.81º 0.73% 0.34% -
HSV(B) 283.81º 0.85% 0.58% -
XYZ 12.8 6.43 29 -
YUV 64.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 115 23 149 0.23 0.85 0 0.42 283.81 0.73 0.34
Hex 73 17 95 17 55 0 2A 11C 49 22
Octal 163 27 225 27 125 0 52 434 111 42
Binary 1110011 10111 10010101 10111 1010101 0 101010 100011100 1001001 100010

Color Harmonies of #731795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731795

Black with #731795

Text Example


Text Example

White with #731795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731795; }

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

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

background-color css

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

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

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

border-color css

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

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

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