Html Css Color HEX #731BE6 Blue Violet

📋 copy color: '#731BE6'

red 115 ◦ green 27 ◦ blue 230

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

Shades of Blue Violet #731BE6

Tints of Blue Violet #731BE6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.26%

 BLUE value IS 230 (90.23% from 255) = 61.83%

R = 30.91%
G = 7.26%
B = 61.83%

CMYK

 C value IS 0.5

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#731BE6 (or 0x731BE6) is known color: Blue Violet. HEX triplet: 73, 1B and E6. RGB value is (115,27,230). Sum of RGB (Red+Green+Blue) = 115+27+230=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 230 (90.23% from 255 or 61.83% from 372); Max value from RGB is 230 - color contains mainly: blue. Hex color #731BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731BE6 is #8CE419. Grayscale: #4B4B4B. Windows color (decimal): -9233434 or 15080307. OLE color: 15080307.

HSL color Cylindrical-coordinate representation of color #731BE6: hue angle of 266.01º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731BE6 is Cyan = 0.5, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 27 230 -
CMYK 0.5 0.88 0 0.10
HSL 266.01º 0.8% 0.5% -
HSV(B) 266.01º 0.88% 0.9% -
XYZ 21.75 10.14 75.67 -
YUV 76.45 214.65 155.49 -
System Red Green Blue C M Y K H S L
Decimal 115 27 230 0.5 0.88 0 0.10 266.01 0.8 0.5
Hex 73 1B E6 32 58 0 A 10A 50 32
Octal 163 33 346 62 130 0 12 412 120 62
Binary 1110011 11011 11100110 110010 1011000 0 1010 100001010 1010000 110010

Color Harmonies of #731BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731BE6

Black with #731BE6

Text Example


Text Example

White with #731BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,27,230); }

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

background-color css

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

 a { background-color: rgb(115,27,230); }

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

border-color css

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

 span { border-color: rgb(115,27,230); }

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