#7F2CD9

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

Shades of Blue Violet #7F2CD9

Tints of Blue Violet #7F2CD9

Color information

#7F2CD9 (or 0x7F2CD9) is unknown color: approx Blue Violet. HEX triplet: 7F, 2C and D9. RGB value is (127,44,217). Sum of RGB (Red+Green+Blue) = 127+44+217=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 217 (85.16% from 255 or 55.93% from 388); Max value from RGB is 217 - color contains mainly: blue. Hex color #7F2CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2CD9 is #80D326. Grayscale: #575757. Windows color (decimal): -8442663 or 14232703. OLE color: 14232703.

HSL color Cylindrical-coordinate representation of color #7F2CD9: hue angle of 268.79º 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 #7F2CD9 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12744217-
CMYK0.410.8000.15
HSL268.79º69.48%51.18%-
HSV(B)268.79º79.72%85.1%-
XYZ22.1811.3266.66-
YUV88.54200.5155.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.73%
GREEN value IS 44 (17.58% from 255) = 11.34%
BLUE value IS 217 (85.16% from 255) = 55.93%
R=32.73%
G=11.34%
B=55.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal127442170.410.8000.15268.7969.4851.18
Hex7F2CD929500F10d4533
Octal177543315112001741510563
Binary1111111101100110110011010011010000011111000011011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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