Html Css Color HEX #731AEF Blue Violet

📋 copy color: '#731AEF'

red 115 ◦ green 26 ◦ blue 239

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

Shades of Blue Violet #731AEF

Tints of Blue Violet #731AEF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.84%

 BLUE value IS 239 (93.75% from 255) = 62.89%

R = 30.26%
G = 6.84%
B = 62.89%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#731AEF (or 0x731AEF) is known color: Blue Violet. HEX triplet: 73, 1A and EF. RGB value is (115,26,239). Sum of RGB (Red+Green+Blue) = 115+26+239=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #731AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731AEF is #8CE510. Grayscale: #4C4C4C. Windows color (decimal): -9233681 or 15669875. OLE color: 15669875.

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

Color convert

RGB 115 26 239 -
CMYK 0.52 0.89 0 0.06
HSL 265.07º 0.87% 0.52% -
HSV(B) 265.07º 0.89% 0.94% -
XYZ 23.02 10.62 82.5 -
YUV 76.89 219.49 155.18 -
System Red Green Blue C M Y K H S L
Decimal 115 26 239 0.52 0.89 0 0.06 265.07 0.87 0.52
Hex 73 1A EF 34 59 0 6 109 57 34
Octal 163 32 357 64 131 0 6 411 127 64
Binary 1110011 11010 11101111 110100 1011001 0 110 100001001 1010111 110100

Color Harmonies of #731AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AEF

Black with #731AEF

Text Example


Text Example

White with #731AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,26,239); }

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

background-color css

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

 a { background-color: rgb(115,26,239); }

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

border-color css

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

 span { border-color: rgb(115,26,239); }

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