Html Css Color HEX #731CEF Blue Violet

📋 copy color: '#731CEF'

red 115 ◦ green 28 ◦ blue 239

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

Shades of Blue Violet #731CEF

Tints of Blue Violet #731CEF

RGB

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

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

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

R = 30.1%
G = 7.33%
B = 62.57%

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

#731CEF (or 0x731CEF) is known color: Blue Violet. HEX triplet: 73, 1C and EF. RGB value is (115,28,239). Sum of RGB (Red+Green+Blue) = 115+28+239=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #731CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731CEF is #8CE310. Grayscale: #4D4D4D. Windows color (decimal): -9233169 or 15670387. OLE color: 15670387.

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

Color convert

RGB 115 28 239 -
CMYK 0.52 0.88 0 0.06
HSL 264.74º 0.87% 0.52% -
HSV(B) 264.74º 0.88% 0.94% -
XYZ 23.07 10.71 82.51 -
YUV 78.07 218.82 154.34 -
System Red Green Blue C M Y K H S L
Decimal 115 28 239 0.52 0.88 0 0.06 264.74 0.87 0.52
Hex 73 1C EF 34 58 0 6 109 57 34
Octal 163 34 357 64 130 0 6 411 127 64
Binary 1110011 11100 11101111 110100 1011000 0 110 100001001 1010111 110100

Color Harmonies of #731CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CEF

Black with #731CEF

Text Example


Text Example

White with #731CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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