Html Css Color HEX #7F40D7 Blue Violet

📋 copy color: '#7F40D7'

red 127 ◦ green 64 ◦ blue 215

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

Shades of Blue Violet #7F40D7

Tints of Blue Violet #7F40D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.96%

R = 31.28%
G = 15.76%
B = 52.96%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7F40D7 (or 0x7F40D7) is known color: Blue Violet. HEX triplet: 7F, 40 and D7. RGB value is (127,64,215). Sum of RGB (Red+Green+Blue) = 127+64+215=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #7F40D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F40D7 is #80BF28. Grayscale: #636363. Windows color (decimal): -8437545 or 14106751. OLE color: 14106751.

HSL color Cylindrical-coordinate representation of color #7F40D7: hue angle of 265.03º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F40D7 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 64 215 -
CMYK 0.41 0.70 0 0.16
HSL 265.03º 0.65% 0.55% -
HSV(B) 265.03º 0.7% 0.84% -
XYZ 22.85 13.09 65.61 -
YUV 100.05 192.87 147.22 -
System Red Green Blue C M Y K H S L
Decimal 127 64 215 0.41 0.70 0 0.16 265.03 0.65 0.55
Hex 7F 40 D7 29 46 0 10 109 41 37
Octal 177 100 327 51 106 0 20 411 101 67
Binary 1111111 1000000 11010111 101001 1000110 0 10000 100001001 1000001 110111

Color Harmonies of #7F40D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F40D7

Black with #7F40D7

Text Example


Text Example

White with #7F40D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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