Html Css Color HEX #731CE7 Blue Violet

📋 copy color: '#731CE7'

red 115 ◦ green 28 ◦ blue 231

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

Shades of Blue Violet #731CE7

Tints of Blue Violet #731CE7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.49%

 BLUE value IS 231 (90.63% from 255) = 61.76%

R = 30.75%
G = 7.49%
B = 61.76%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#731CE7 (or 0x731CE7) is known color: Blue Violet. HEX triplet: 73, 1C and E7. RGB value is (115,28,231). Sum of RGB (Red+Green+Blue) = 115+28+231=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 231 (90.62% from 255 or 61.76% from 374); Max value from RGB is 231 - color contains mainly: blue. Hex color #731CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731CE7 is #8CE318. Grayscale: #4C4C4C. Windows color (decimal): -9233177 or 15146099. OLE color: 15146099.

HSL color Cylindrical-coordinate representation of color #731CE7: hue angle of 265.71º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731CE7 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 115 28 231 -
CMYK 0.50 0.88 0 0.09
HSL 265.71º 0.81% 0.51% -
HSV(B) 265.71º 0.88% 0.91% -
XYZ 21.91 10.24 76.42 -
YUV 77.16 214.82 154.99 -
System Red Green Blue C M Y K H S L
Decimal 115 28 231 0.50 0.88 0 0.09 265.71 0.81 0.51
Hex 73 1C E7 32 58 0 9 10A 51 33
Octal 163 34 347 62 130 0 11 412 121 63
Binary 1110011 11100 11100111 110010 1011000 0 1001 100001010 1010001 110011

Color Harmonies of #731CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CE7

Black with #731CE7

Text Example


Text Example

White with #731CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,28,231); }

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

background-color css

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

 a { background-color: rgb(115,28,231); }

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

border-color css

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

 span { border-color: rgb(115,28,231); }

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