#7D2CD9

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

Shades of Blue Violet #7D2CD9

Tints of Blue Violet #7D2CD9

Color information

#7D2CD9 (or 0x7D2CD9) is unknown color: approx Blue Violet. HEX triplet: 7D, 2C and D9. RGB value is (125,44,217). Sum of RGB (Red+Green+Blue) = 125+44+217=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 217 (85.16% from 255 or 56.22% from 386); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D2CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2CD9 is #82D326. Grayscale: #575757. Windows color (decimal): -8573735 or 14232701. OLE color: 14232701.

HSL color Cylindrical-coordinate representation of color #7D2CD9: hue angle of 268.09º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D2CD9 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12544217-
CMYK0.420.8000.15
HSL268.09º69.48%51.18%-
HSV(B)268.09º79.72%85.1%-
XYZ21.8811.1766.65-
YUV87.94200.84154.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.38%
GREEN value IS 44 (17.58% from 255) = 11.40%
BLUE value IS 217 (85.16% from 255) = 56.22%
R=32.38%
G=11.40%
B=56.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal125442170.420.8000.15268.0969.4851.18
Hex7D2CD92A500F10c4533
Octal175543315212001741410563
Binary1111101101100110110011010101010000011111000011001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,44,217); }

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

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

 a { background-color: rgb(125,44,217); }

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

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

 span { border-color: rgb(125,44,217); }

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