#7F20DF

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

Shades of Blue Violet #7F20DF

Tints of Blue Violet #7F20DF

Color information

#7F20DF (or 0x7F20DF) is unknown color: approx Blue Violet. HEX triplet: 7F, 20 and DF. RGB value is (127,32,223). Sum of RGB (Red+Green+Blue) = 127+32+223=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F20DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F20DF is #80DF20. Grayscale: #515151. Windows color (decimal): -8445729 or 14622847. OLE color: 14622847.

HSL color Cylindrical-coordinate representation of color #7F20DF: hue angle of 269.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F20DF is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12732223-
CMYK0.430.8600.13
HSL269.84º74.9%50%-
HSV(B)269.84º85.65%87.45%-
XYZ22.5910.8770.72-
YUV82.18207.47159.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.25%
GREEN value IS 32 (12.89% from 255) = 8.38%
BLUE value IS 223 (87.5% from 255) = 58.38%
R=33.25%
G=8.38%
B=58.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal127322230.430.8600.13269.8474.950
Hex7F20DF2B560D10e4b32
Octal177403375312601541611362
Binary1111111100000110111111010111010110011011000011101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F20DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,32,223); }

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

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

 a { background-color: rgb(127,32,223); }

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

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

 span { border-color: rgb(127,32,223); }

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