#7D34DF

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

Shades of Blue Violet #7D34DF

Tints of Blue Violet #7D34DF

Color information

#7D34DF (or 0x7D34DF) is unknown color: approx Blue Violet. HEX triplet: 7D, 34 and DF. RGB value is (125,52,223). Sum of RGB (Red+Green+Blue) = 125+52+223=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D34DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D34DF is #82CB20. Grayscale: #5C5C5C. Windows color (decimal): -8571681 or 14627965. OLE color: 14627965.

HSL color Cylindrical-coordinate representation of color #7D34DF: hue angle of 265.61º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D34DF is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12552223-
CMYK0.440.7700.13
HSL265.61º72.77%53.92%-
HSV(B)265.61º76.68%87.45%-
XYZ2312.1470.94-
YUV93.32201.18150.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.25%
GREEN value IS 52 (20.70% from 255) = 13%
BLUE value IS 223 (87.5% from 255) = 55.75%
R=31.25%
G=13%
B=55.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125522230.440.7700.13265.6172.7753.92
Hex7D34DF2C4D0D10a4936
Octal175643375411501541211166
Binary1111101110100110111111011001001101011011000010101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D34DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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