#7F2CDD

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

Shades of Blue Violet #7F2CDD

Tints of Blue Violet #7F2CDD

Color information

#7F2CDD (or 0x7F2CDD) is unknown color: approx Blue Violet. HEX triplet: 7F, 2C and DD. RGB value is (127,44,221). Sum of RGB (Red+Green+Blue) = 127+44+221=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F2CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2CDD is #80D322. Grayscale: #585858. Windows color (decimal): -8442659 or 14494847. OLE color: 14494847.

HSL color Cylindrical-coordinate representation of color #7F2CDD: hue angle of 268.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F2CDD is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12744221-
CMYK0.430.8000.13
HSL268.14º72.24%51.96%-
HSV(B)268.14º80.09%86.67%-
XYZ22.711.5369.44-
YUV89202.5155.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.40%
GREEN value IS 44 (17.58% from 255) = 11.22%
BLUE value IS 221 (86.72% from 255) = 56.38%
R=32.40%
G=11.22%
B=56.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal127442210.430.8000.13268.1472.2451.96
Hex7F2CDD2B500D10c4834
Octal177543355312001541411064
Binary1111111101100110111011010111010000011011000011001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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