Html Css Color HEX #7040EB Blue Violet

📋 copy color: '#7040EB'

red 112 ◦ green 64 ◦ blue 235

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

Shades of Blue Violet #7040EB

Tints of Blue Violet #7040EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.18%

R = 27.25%
G = 15.57%
B = 57.18%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7040EB (or 0x7040EB) is known color: Blue Violet. HEX triplet: 70, 40 and EB. RGB value is (112,64,235). Sum of RGB (Red+Green+Blue) = 112+64+235=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #7040EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7040EB is #8FBF14. Grayscale: #616161. Windows color (decimal): -9420565 or 15417456. OLE color: 15417456.

HSL color Cylindrical-coordinate representation of color #7040EB: hue angle of 256.84º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7040EB is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 64 235 -
CMYK 0.52 0.73 0 0.08
HSL 256.84º 0.81% 0.59% -
HSV(B) 256.84º 0.73% 0.92% -
XYZ 23.51 13.11 79.89 -
YUV 97.85 205.4 138.1 -
System Red Green Blue C M Y K H S L
Decimal 112 64 235 0.52 0.73 0 0.08 256.84 0.81 0.59
Hex 70 40 EB 34 49 0 8 101 51 3B
Octal 160 100 353 64 111 0 10 401 121 73
Binary 1110000 1000000 11101011 110100 1001001 0 1000 100000001 1010001 111011

Color Harmonies of #7040EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7040EB

Black with #7040EB

Text Example


Text Example

White with #7040EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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