Html Css Color HEX #7040EF Blue Violet

📋 copy color: '#7040EF'

red 112 ◦ green 64 ◦ blue 239

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

Shades of Blue Violet #7040EF

Tints of Blue Violet #7040EF

RGB

 RED value IS 112 (44.14% from 255) = 26.99%

 GREEN value IS 64 (25.39% from 255) = 15.42%

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

R = 26.99%
G = 15.42%
B = 57.59%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7040EF (or 0x7040EF) is known color: Blue Violet. HEX triplet: 70, 40 and EF. RGB value is (112,64,239). Sum of RGB (Red+Green+Blue) = 112+64+239=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #7040EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7040EF is #8FBF10. Grayscale: #616161. Windows color (decimal): -9420561 or 15679600. OLE color: 15679600.

HSL color Cylindrical-coordinate representation of color #7040EF: hue angle of 256.46º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7040EF is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 64 239 -
CMYK 0.53 0.73 0 0.06
HSL 256.46º 0.85% 0.59% -
HSV(B) 256.46º 0.73% 0.94% -
XYZ 24.1 13.34 82.97 -
YUV 98.3 207.4 137.77 -
System Red Green Blue C M Y K H S L
Decimal 112 64 239 0.53 0.73 0 0.06 256.46 0.85 0.59
Hex 70 40 EF 35 49 0 6 100 55 3B
Octal 160 100 357 65 111 0 6 400 125 73
Binary 1110000 1000000 11101111 110101 1001001 0 110 100000000 1010101 111011

Color Harmonies of #7040EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7040EF

Black with #7040EF

Text Example


Text Example

White with #7040EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7040EF; }

 p { color: rgb(112,64,239); }

 H1.HeaderClassName
 {
   color: #7040EF;
 }
 .AnyTagClassName
 {
   color: #7040EF;
 }
</style>

background-color css

<style>
 a { background-color: #7040EF; }

 a { background-color: rgb(112,64,239); }

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

border-color css

<style>
 span { border-color: #7040EF; }

 span { border-color: rgb(112,64,239); }

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