#7D26FB

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

Shades of Blue Violet #7D26FB

Tints of Blue Violet #7D26FB

Color information

#7D26FB (or 0x7D26FB) is unknown color: approx Blue Violet. HEX triplet: 7D, 26 and FB. RGB value is (125,38,251). Sum of RGB (Red+Green+Blue) = 125+38+251=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D26FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D26FB is #82D904. Grayscale: #575757. Windows color (decimal): -8575237 or 16459389. OLE color: 16459389.

HSL color Cylindrical-coordinate representation of color #7D26FB: hue angle of 264.51º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D26FB is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12538251-
CMYK0.500.8500.02
HSL264.51º96.38%56.67%-
HSV(B)264.51º84.86%98.43%-
XYZ26.5612.7192.32-
YUV88.3219.82154.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.19%
GREEN value IS 38 (15.23% from 255) = 9.18%
BLUE value IS 251 (98.44% from 255) = 60.63%
R=30.19%
G=9.18%
B=60.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal125382510.500.8500.02264.5196.3856.67
Hex7D26FB3255021096039
Octal17546373621250241114071
Binary11111011001101111101111001010101010101000010011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D26FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,38,251); }

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

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

 a { background-color: rgb(125,38,251); }

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

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

 span { border-color: rgb(125,38,251); }

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