Html Css Color HEX #7A40EA Blue Violet

📋 copy color: '#7A40EA'

red 122 ◦ green 64 ◦ blue 234

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

Shades of Blue Violet #7A40EA

Tints of Blue Violet #7A40EA

RGB

 RED value IS 122 (48.05% from 255) = 29.05%

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

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

R = 29.05%
G = 15.24%
B = 55.71%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A40EA (or 0x7A40EA) is known color: Blue Violet. HEX triplet: 7A, 40 and EA. RGB value is (122,64,234). Sum of RGB (Red+Green+Blue) = 122+64+234=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A40EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A40EA is #85BF15. Grayscale: #646464. Windows color (decimal): -8765206 or 15351930. OLE color: 15351930.

HSL color Cylindrical-coordinate representation of color #7A40EA: hue angle of 260.47º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A40EA is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 64 234 -
CMYK 0.48 0.73 0 0.08
HSL 260.47º 0.8% 0.58% -
HSV(B) 260.47º 0.73% 0.92% -
XYZ 24.71 13.74 79.19 -
YUV 100.72 203.22 143.18 -
System Red Green Blue C M Y K H S L
Decimal 122 64 234 0.48 0.73 0 0.08 260.47 0.8 0.58
Hex 7A 40 EA 30 49 0 8 104 50 3A
Octal 172 100 352 60 111 0 10 404 120 72
Binary 1111010 1000000 11101010 110000 1001001 0 1000 100000100 1010000 111010

Color Harmonies of #7A40EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A40EA

Black with #7A40EA

Text Example


Text Example

White with #7A40EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A40EA; }

 p { color: rgb(122,64,234); }

 H1.HeaderClassName
 {
   color: #7A40EA;
 }
 .AnyTagClassName
 {
   color: #7A40EA;
 }
</style>

background-color css

<style>
 a { background-color: #7A40EA; }

 a { background-color: rgb(122,64,234); }

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

border-color css

<style>
 span { border-color: #7A40EA; }

 span { border-color: rgb(122,64,234); }

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