Html Css Color HEX #731FDC Blue Violet

📋 copy color: '#731FDC'

red 115 ◦ green 31 ◦ blue 220

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

Shades of Blue Violet #731FDC

Tints of Blue Violet #731FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 31.42%
G = 8.47%
B = 60.11%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#731FDC (or 0x731FDC) is known color: Blue Violet. HEX triplet: 73, 1F and DC. RGB value is (115,31,220). Sum of RGB (Red+Green+Blue) = 115+31+220=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #731FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FDC is #8CE023. Grayscale: #4C4C4C. Windows color (decimal): -9232420 or 14425971. OLE color: 14425971.

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

Color convert

RGB 115 31 220 -
CMYK 0.48 0.86 0 0.14
HSL 266.67º 0.75% 0.49% -
HSV(B) 266.67º 0.86% 0.86% -
XYZ 20.48 9.79 68.52 -
YUV 77.66 208.33 154.63 -
System Red Green Blue C M Y K H S L
Decimal 115 31 220 0.48 0.86 0 0.14 266.67 0.75 0.49
Hex 73 1F DC 30 56 0 E 10B 4B 31
Octal 163 37 334 60 126 0 16 413 113 61
Binary 1110011 11111 11011100 110000 1010110 0 1110 100001011 1001011 110001

Color Harmonies of #731FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FDC

Black with #731FDC

Text Example


Text Example

White with #731FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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