Html Css Color HEX #731FD9 Blue Violet

📋 copy color: '#731FD9'

red 115 ◦ green 31 ◦ blue 217

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

Shades of Blue Violet #731FD9

Tints of Blue Violet #731FD9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.54%

 BLUE value IS 217 (85.16% from 255) = 59.78%

R = 31.68%
G = 8.54%
B = 59.78%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#731FD9 (or 0x731FD9) is known color: Blue Violet. HEX triplet: 73, 1F and D9. RGB value is (115,31,217). Sum of RGB (Red+Green+Blue) = 115+31+217=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 217 (85.16% from 255 or 59.78% from 363); Max value from RGB is 217 - color contains mainly: blue. Hex color #731FD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FD9 is #8CE026. Grayscale: #4C4C4C. Windows color (decimal): -9232423 or 14229363. OLE color: 14229363.

HSL color Cylindrical-coordinate representation of color #731FD9: hue angle of 267.1º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731FD9 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 31 217 -
CMYK 0.47 0.86 0 0.15
HSL 267.1º 0.75% 0.49% -
HSV(B) 267.1º 0.86% 0.85% -
XYZ 20.08 9.63 66.45 -
YUV 77.32 206.83 154.88 -
System Red Green Blue C M Y K H S L
Decimal 115 31 217 0.47 0.86 0 0.15 267.1 0.75 0.49
Hex 73 1F D9 2F 56 0 F 10B 4B 31
Octal 163 37 331 57 126 0 17 413 113 61
Binary 1110011 11111 11011001 101111 1010110 0 1111 100001011 1001011 110001

Color Harmonies of #731FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FD9

Black with #731FD9

Text Example


Text Example

White with #731FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731FD9; }

 p { color: rgb(115,31,217); }

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

background-color css

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

 a { background-color: rgb(115,31,217); }

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

border-color css

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

 span { border-color: rgb(115,31,217); }

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