#7d19d8

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

Shades of Blue Violet #7D19D8

Tints of Blue Violet #7D19D8

Color information

#7D19D8 (or 0x7D19D8) is unknown color: approx Blue Violet. HEX triplet: 7D, 19 and D8. RGB value is (125,25,216). Sum of RGB (Red+Green+Blue) = 125+25+216=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 216 (84.77% from 255 or 59.02% from 366); Max value from RGB is 216 - color contains mainly: blue. Hex color #7D19D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D19D8 is #82E627. Grayscale: #4C4C4C. Windows color (decimal): -8578600 or 14162301. OLE color: 14162301.

HSL color Cylindrical-coordinate representation of color #7D19D8: hue angle of 271.41º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D19D8 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12525216-
CMYK0.420.8800.15
HSL271.41º79.25%47.25%-
HSV(B)271.41º88.43%84.71%-
XYZ21.210.0165.78-
YUV76.67206.63162.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.15%
GREEN value IS 25 (10.16% from 255) = 6.83%
BLUE value IS 216 (84.77% from 255) = 59.02%
R=34.15%
G=6.83%
B=59.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal125252160.420.8800.15271.4179.2547.25
Hex7D19D82A580F10f4f2f
Octal175313305213001741711757
Binary111110111001110110001010101011000011111000011111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d19d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,25,216); }

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

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

 a { background-color: rgb(125,25,216); }

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

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

 span { border-color: rgb(125,25,216); }

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