#7D3FF0

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

Shades of Blue Violet #7D3FF0

Tints of Blue Violet #7D3FF0

Color information

#7D3FF0 (or 0x7D3FF0) is unknown color: approx Blue Violet. HEX triplet: 7D, 3F and F0. RGB value is (125,63,240). Sum of RGB (Red+Green+Blue) = 125+63+240=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D3FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3FF0 is #82C00F. Grayscale: #656565. Windows color (decimal): -8568848 or 15744893. OLE color: 15744893.

HSL color Cylindrical-coordinate representation of color #7D3FF0: hue angle of 261.02º degrees, saturation: 0.86, 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 #7D3FF0 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12563240-
CMYK0.480.7400.06
HSL261.02º85.51%59.41%-
HSV(B)261.02º73.75%94.12%-
XYZ25.9614.2183.81-
YUV101.72206.04144.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.21%
GREEN value IS 63 (25% from 255) = 14.72%
BLUE value IS 240 (94.14% from 255) = 56.07%
R=29.21%
G=14.72%
B=56.07%

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
Decimal125632400.480.7400.06261.0285.5159.41
Hex7D3FF0304A06105563b
Octal17577360601120640512673
Binary111110111111111110000110000100101001101000001011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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