#7D3FEF

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

Shades of Blue Violet #7D3FEF

Tints of Blue Violet #7D3FEF

Color information

#7D3FEF (or 0x7D3FEF) is unknown color: approx Blue Violet. HEX triplet: 7D, 3F and EF. RGB value is (125,63,239). Sum of RGB (Red+Green+Blue) = 125+63+239=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D3FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3FEF is #82C010. Grayscale: #646464. Windows color (decimal): -8568849 or 15679357. OLE color: 15679357.

HSL color Cylindrical-coordinate representation of color #7D3FEF: hue angle of 261.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D3FEF is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12563239-
CMYK0.480.7400.06
HSL261.14º84.62%59.22%-
HSV(B)261.14º73.64%93.73%-
XYZ25.8114.1583.03-
YUV101.6205.54144.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.27%
GREEN value IS 63 (25% from 255) = 14.75%
BLUE value IS 239 (93.75% from 255) = 55.97%
R=29.27%
G=14.75%
B=55.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal125632390.480.7400.06261.1484.6259.22
Hex7D3FEF304A06105553b
Octal17577357601120640512573
Binary111110111111111101111110000100101001101000001011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,63,239); }

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

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

 a { background-color: rgb(125,63,239); }

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

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

 span { border-color: rgb(125,63,239); }

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