Html Css Color HEX #731EEA Blue Violet

📋 copy color: '#731EEA'

red 115 ◦ green 30 ◦ blue 234

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

Shades of Blue Violet #731EEA

Tints of Blue Violet #731EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.74%

R = 30.34%
G = 7.92%
B = 61.74%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#731EEA (or 0x731EEA) is known color: Blue Violet. HEX triplet: 73, 1E and EA. RGB value is (115,30,234). Sum of RGB (Red+Green+Blue) = 115+30+234=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #731EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731EEA is #8CE115. Grayscale: #4D4D4D. Windows color (decimal): -9232662 or 15343219. OLE color: 15343219.

HSL color Cylindrical-coordinate representation of color #731EEA: hue angle of 265º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731EEA is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 30 234 -
CMYK 0.51 0.87 0 0.08
HSL 265º 0.83% 0.52% -
HSV(B) 265º 0.87% 0.92% -
XYZ 22.39 10.51 78.69 -
YUV 78.67 215.66 153.91 -
System Red Green Blue C M Y K H S L
Decimal 115 30 234 0.51 0.87 0 0.08 265 0.83 0.52
Hex 73 1E EA 33 57 0 8 109 53 34
Octal 163 36 352 63 127 0 10 411 123 64
Binary 1110011 11110 11101010 110011 1010111 0 1000 100001001 1010011 110100

Color Harmonies of #731EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731EEA

Black with #731EEA

Text Example


Text Example

White with #731EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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