Html Css Color HEX #731999 Vivid Violet

📋 copy color: '#731999'

red 115 ◦ green 25 ◦ blue 153

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

Shades of Vivid Violet #731999

Tints of Vivid Violet #731999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.22%

R = 39.25%
G = 8.53%
B = 52.22%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#731999 (or 0x731999) is known color: Vivid Violet. HEX triplet: 73, 19 and 99. RGB value is (115,25,153). Sum of RGB (Red+Green+Blue) = 115+25+153=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #731999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731999 is #8CE666. Grayscale: #424242. Windows color (decimal): -9234023 or 10033523. OLE color: 10033523.

HSL color Cylindrical-coordinate representation of color #731999: hue angle of 282.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731999 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 25 153 -
CMYK 0.25 0.84 0 0.4
HSL 282.19º 0.72% 0.35% -
HSV(B) 282.19º 0.84% 0.6% -
XYZ 13.17 6.64 30.72 -
YUV 66.5 176.82 162.59 -
System Red Green Blue C M Y K H S L
Decimal 115 25 153 0.25 0.84 0 0.4 282.19 0.72 0.35
Hex 73 19 99 19 54 0 28 11A 48 23
Octal 163 31 231 31 124 0 50 432 110 43
Binary 1110011 11001 10011001 11001 1010100 0 101000 100011010 1001000 100011

Color Harmonies of #731999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731999

Black with #731999

Text Example


Text Example

White with #731999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731999; }

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

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

background-color css

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

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

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

border-color css

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

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

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