#7D40CE

Color #7D40CE Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7D40CE

Tints of Blue Violet #7D40CE

Color information

#7D40CE (or 0x7D40CE) is unknown color: approx Blue Violet. HEX triplet: 7D, 40 and CE. RGB value is (125,64,206). Sum of RGB (Red+Green+Blue) = 125+64+206=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D40CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D40CE is #82BF31. Grayscale: #616161. Windows color (decimal): -8568626 or 13516925. OLE color: 13516925.

HSL color Cylindrical-coordinate representation of color #7D40CE: hue angle of 265.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D40CE is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12564206-
CMYK0.390.6900.19
HSL265.77º59.17%52.94%-
HSV(B)265.77º68.93%80.78%-
XYZ21.4312.4859.67-
YUV98.43188.71146.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.65%
GREEN value IS 64 (25.39% from 255) = 16.20%
BLUE value IS 206 (80.86% from 255) = 52.15%
R=31.65%
G=16.20%
B=52.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal125642060.390.6900.19265.7759.1752.94
Hex7D40CE274501310a3b35
Octal175100316471050234127365
Binary11111011000000110011101001111000101010011100001010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D40CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D40CE;
 }
 .AnyTagClassName
 {
   color: #7D40CE;
 }
</style>
background-color css

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

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

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

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

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

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