Html Css Color HEX #7D40EB Blue Violet

📋 copy color: '#7D40EB'

red 125 ◦ green 64 ◦ blue 235

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

Shades of Blue Violet #7D40EB

Tints of Blue Violet #7D40EB

RGB

 RED value IS 125 (49.22% from 255) = 29.48%

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

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

R = 29.48%
G = 15.09%
B = 55.42%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D40EB (or 0x7D40EB) is known color: Blue Violet. HEX triplet: 7D, 40 and EB. RGB value is (125,64,235). Sum of RGB (Red+Green+Blue) = 125+64+235=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D40EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D40EB is #82BF14. Grayscale: #656565. Windows color (decimal): -8568597 or 15417469. OLE color: 15417469.

HSL color Cylindrical-coordinate representation of color #7D40EB: hue angle of 261.4º 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 #7D40EB is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 64 235 -
CMYK 0.47 0.73 0 0.08
HSL 261.4º 0.81% 0.59% -
HSV(B) 261.4º 0.73% 0.92% -
XYZ 25.29 14.02 79.97 -
YUV 101.73 203.21 144.6 -
System Red Green Blue C M Y K H S L
Decimal 125 64 235 0.47 0.73 0 0.08 261.4 0.81 0.59
Hex 7D 40 EB 2F 49 0 8 105 51 3B
Octal 175 100 353 57 111 0 10 405 121 73
Binary 1111101 1000000 11101011 101111 1001001 0 1000 100000101 1010001 111011

Color Harmonies of #7D40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D40EB

Black with #7D40EB

Text Example


Text Example

White with #7D40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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