#7F16F2

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

Shades of Blue Violet #7F16F2

Tints of Blue Violet #7F16F2

Color information

#7F16F2 (or 0x7F16F2) is unknown color: approx Blue Violet. HEX triplet: 7F, 16 and F2. RGB value is (127,22,242). Sum of RGB (Red+Green+Blue) = 127+22+242=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #7F16F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F16F2 is #80E90D. Grayscale: #4D4D4D. Windows color (decimal): -8448270 or 15865471. OLE color: 15865471.

HSL color Cylindrical-coordinate representation of color #7F16F2: hue angle of 268.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F16F2 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12722242-
CMYK0.480.9100.05
HSL268.64º89.43%51.76%-
HSV(B)268.64º90.91%94.9%-
XYZ25.0711.584.9-
YUV78.47220.29162.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.48%
GREEN value IS 22 (8.98% from 255) = 5.63%
BLUE value IS 242 (94.92% from 255) = 61.89%
R=32.48%
G=5.63%
B=61.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal127222420.480.9100.05268.6489.4351.76
Hex7F16F2305B0510d5934
Octal17726362601330541513164
Binary11111111011011110010110000101101101011000011011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F16F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,22,242); }

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

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

 a { background-color: rgb(127,22,242); }

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

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

 span { border-color: rgb(127,22,242); }

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