Html Css Color HEX #7F40EF Blue Violet

📋 copy color: '#7F40EF'

red 127 ◦ green 64 ◦ blue 239

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

Shades of Blue Violet #7F40EF

Tints of Blue Violet #7F40EF

RGB

 RED value IS 127 (50% from 255) = 29.53%

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

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

R = 29.53%
G = 14.88%
B = 55.58%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7F40EF (or 0x7F40EF) is known color: Blue Violet. HEX triplet: 7F, 40 and EF. RGB value is (127,64,239). Sum of RGB (Red+Green+Blue) = 127+64+239=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #7F40EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F40EF is #80BF10. Grayscale: #666666. Windows color (decimal): -8437521 or 15679615. OLE color: 15679615.

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

Color convert

RGB 127 64 239 -
CMYK 0.47 0.73 0 0.06
HSL 261.6º 0.85% 0.59% -
HSV(B) 261.6º 0.73% 0.94% -
XYZ 26.17 14.41 83.06 -
YUV 102.79 204.87 145.27 -
System Red Green Blue C M Y K H S L
Decimal 127 64 239 0.47 0.73 0 0.06 261.6 0.85 0.59
Hex 7F 40 EF 2F 49 0 6 106 55 3B
Octal 177 100 357 57 111 0 6 406 125 73
Binary 1111111 1000000 11101111 101111 1001001 0 110 100000110 1010101 111011

Color Harmonies of #7F40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F40EF

Black with #7F40EF

Text Example


Text Example

White with #7F40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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