Html Css Color HEX #731DF0 Blue Violet

📋 copy color: '#731DF0'

red 115 ◦ green 29 ◦ blue 240

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

Shades of Blue Violet #731DF0

Tints of Blue Violet #731DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.5%

R = 29.95%
G = 7.55%
B = 62.5%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#731DF0 (or 0x731DF0) is known color: Blue Violet. HEX triplet: 73, 1D and F0. RGB value is (115,29,240). Sum of RGB (Red+Green+Blue) = 115+29+240=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #731DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731DF0 is #8CE20F. Grayscale: #4E4E4E. Windows color (decimal): -9232912 or 15736179. OLE color: 15736179.

HSL color Cylindrical-coordinate representation of color #731DF0: hue angle of 264.45º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731DF0 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 29 240 -
CMYK 0.52 0.88 0 0.06
HSL 264.46º 0.88% 0.53% -
HSV(B) 264.46º 0.88% 0.94% -
XYZ 23.24 10.81 83.3 -
YUV 78.77 218.99 153.84 -
System Red Green Blue C M Y K H S L
Decimal 115 29 240 0.52 0.88 0 0.06 264.46 0.88 0.53
Hex 73 1D F0 34 58 0 6 108 58 35
Octal 163 35 360 64 130 0 6 410 130 65
Binary 1110011 11101 11110000 110100 1011000 0 110 100001000 1011000 110101

Color Harmonies of #731DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DF0

Black with #731DF0

Text Example


Text Example

White with #731DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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