#7d1ff5

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

Shades of Blue Violet #7D1FF5

Tints of Blue Violet #7D1FF5

Color information

#7D1FF5 (or 0x7D1FF5) is unknown color: approx Blue Violet. HEX triplet: 7D, 1F and F5. RGB value is (125,31,245). Sum of RGB (Red+Green+Blue) = 125+31+245=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #7D1FF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1FF5 is #82E00A. Grayscale: #525252. Windows color (decimal): -8577035 or 16064381. OLE color: 16064381.

HSL color Cylindrical-coordinate representation of color #7D1FF5: hue angle of 266.36º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1FF5 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12531245-
CMYK0.490.8700.04
HSL266.36º91.45%54.12%-
HSV(B)266.36º87.35%96.08%-
XYZ25.4311.9387.35-
YUV83.5219.14157.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 31 (12.5% from 255) = 7.73%
BLUE value IS 245 (96.09% from 255) = 61.10%
R=31.17%
G=7.73%
B=61.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal125312450.490.8700.04266.3691.4554.12
Hex7D1FF531570410a5b36
Octal17537365611270441213366
Binary11111011111111110101110001101011101001000010101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d1ff5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,31,245); }

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

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

 a { background-color: rgb(125,31,245); }

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

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

 span { border-color: rgb(125,31,245); }

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