#7D34D8

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

Shades of Blue Violet #7D34D8

Tints of Blue Violet #7D34D8

Color information

#7D34D8 (or 0x7D34D8) is unknown color: approx Blue Violet. HEX triplet: 7D, 34 and D8. RGB value is (125,52,216). Sum of RGB (Red+Green+Blue) = 125+52+216=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 216 (84.77% from 255 or 54.96% from 393); Max value from RGB is 216 - color contains mainly: blue. Hex color #7D34D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D34D8 is #82CB27. Grayscale: #5B5B5B. Windows color (decimal): -8571688 or 14169213. OLE color: 14169213.

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

Color convert

RGB12552216-
CMYK0.420.7600.15
HSL266.71º67.77%52.55%-
HSV(B)266.71º75.93%84.71%-
XYZ22.0811.7766.07-
YUV92.52197.68151.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.81%
GREEN value IS 52 (20.70% from 255) = 13.23%
BLUE value IS 216 (84.77% from 255) = 54.96%
R=31.81%
G=13.23%
B=54.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal125522160.420.7600.15266.7167.7752.55
Hex7D34D82A4C0F10b4435
Octal175643305211401741310465
Binary1111101110100110110001010101001100011111000010111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D34D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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