Html Css Color HEX #731DDF Blue Violet

📋 copy color: '#731DDF'

red 115 ◦ green 29 ◦ blue 223

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

Shades of Blue Violet #731DDF

Tints of Blue Violet #731DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.76%

R = 31.34%
G = 7.9%
B = 60.76%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#731DDF (or 0x731DDF) is known color: Blue Violet. HEX triplet: 73, 1D and DF. RGB value is (115,29,223). Sum of RGB (Red+Green+Blue) = 115+29+223=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #731DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731DDF is #8CE220. Grayscale: #4C4C4C. Windows color (decimal): -9232929 or 14622067. OLE color: 14622067.

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

Color convert

RGB 115 29 223 -
CMYK 0.48 0.87 0 0.13
HSL 266.6º 0.77% 0.49% -
HSV(B) 266.6º 0.87% 0.87% -
XYZ 20.83 9.85 70.62 -
YUV 76.83 210.49 155.23 -
System Red Green Blue C M Y K H S L
Decimal 115 29 223 0.48 0.87 0 0.13 266.6 0.77 0.49
Hex 73 1D DF 30 57 0 D 10B 4D 31
Octal 163 35 337 60 127 0 15 413 115 61
Binary 1110011 11101 11011111 110000 1010111 0 1101 100001011 1001101 110001

Color Harmonies of #731DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DDF

Black with #731DDF

Text Example


Text Example

White with #731DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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