Html Css Color HEX #731EDA Blue Violet

📋 copy color: '#731EDA'

red 115 ◦ green 30 ◦ blue 218

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

Shades of Blue Violet #731EDA

Tints of Blue Violet #731EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.26%

 BLUE value IS 218 (85.55% from 255) = 60.06%

R = 31.68%
G = 8.26%
B = 60.06%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#731EDA (or 0x731EDA) is known color: Blue Violet. HEX triplet: 73, 1E and DA. RGB value is (115,30,218). Sum of RGB (Red+Green+Blue) = 115+30+218=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #731EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731EDA is #8CE125. Grayscale: #4C4C4C. Windows color (decimal): -9232678 or 14294643. OLE color: 14294643.

HSL color Cylindrical-coordinate representation of color #731EDA: hue angle of 267.13º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731EDA is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 30 218 -
CMYK 0.47 0.86 0 0.15
HSL 267.13º 0.76% 0.49% -
HSV(B) 267.13º 0.86% 0.85% -
XYZ 20.19 9.64 67.13 -
YUV 76.85 207.66 155.21 -
System Red Green Blue C M Y K H S L
Decimal 115 30 218 0.47 0.86 0 0.15 267.13 0.76 0.49
Hex 73 1E DA 2F 56 0 F 10B 4C 31
Octal 163 36 332 57 126 0 17 413 114 61
Binary 1110011 11110 11011010 101111 1010110 0 1111 100001011 1001100 110001

Color Harmonies of #731EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731EDA

Black with #731EDA

Text Example


Text Example

White with #731EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,30,218); }

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

background-color css

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

 a { background-color: rgb(115,30,218); }

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

border-color css

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

 span { border-color: rgb(115,30,218); }

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