Html Css Color HEX #731690 Vivid Violet

📋 copy color: '#731690'

red 115 ◦ green 22 ◦ blue 144

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

Shades of Vivid Violet #731690

Tints of Vivid Violet #731690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.25%

R = 40.93%
G = 7.83%
B = 51.25%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#731690 (or 0x731690) is known color: Vivid Violet. HEX triplet: 73, 16 and 90. RGB value is (115,22,144). Sum of RGB (Red+Green+Blue) = 115+22+144=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #731690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731690 is #8CE96F. Grayscale: #3F3F3F. Windows color (decimal): -9234800 or 9442931. OLE color: 9442931.

HSL color Cylindrical-coordinate representation of color #731690: hue angle of 285.74º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731690 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 22 144 -
CMYK 0.20 0.85 0 0.44
HSL 285.74º 0.73% 0.33% -
HSV(B) 285.74º 0.85% 0.56% -
XYZ 12.39 6.23 26.94 -
YUV 63.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 115 22 144 0.20 0.85 0 0.44 285.74 0.73 0.33
Hex 73 16 90 14 55 0 2C 11E 49 21
Octal 163 26 220 24 125 0 54 436 111 41
Binary 1110011 10110 10010000 10100 1010101 0 101100 100011110 1001001 100001

Color Harmonies of #731690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731690

Black with #731690

Text Example


Text Example

White with #731690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731690; }

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

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

background-color css

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

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

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

border-color css

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

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

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