Html Css Color HEX #731DDB Blue Violet

📋 copy color: '#731DDB'

red 115 ◦ green 29 ◦ blue 219

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

Shades of Blue Violet #731DDB

Tints of Blue Violet #731DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.99%

 BLUE value IS 219 (85.94% from 255) = 60.33%

R = 31.68%
G = 7.99%
B = 60.33%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#731DDB (or 0x731DDB) is known color: Blue Violet. HEX triplet: 73, 1D and DB. RGB value is (115,29,219). Sum of RGB (Red+Green+Blue) = 115+29+219=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #731DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731DDB is #8CE224. Grayscale: #4B4B4B. Windows color (decimal): -9232933 or 14359923. OLE color: 14359923.

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

Color convert

RGB 115 29 219 -
CMYK 0.47 0.87 0 0.14
HSL 267.16º 0.77% 0.49% -
HSV(B) 267.16º 0.87% 0.86% -
XYZ 20.3 9.64 67.81 -
YUV 76.37 208.49 155.55 -
System Red Green Blue C M Y K H S L
Decimal 115 29 219 0.47 0.87 0 0.14 267.16 0.77 0.49
Hex 73 1D DB 2F 57 0 E 10B 4D 31
Octal 163 35 333 57 127 0 16 413 115 61
Binary 1110011 11101 11011011 101111 1010111 0 1110 100001011 1001101 110001

Color Harmonies of #731DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DDB

Black with #731DDB

Text Example


Text Example

White with #731DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,29,219); }

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

background-color css

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

 a { background-color: rgb(115,29,219); }

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

border-color css

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

 span { border-color: rgb(115,29,219); }

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