#7F30F6

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

Shades of Blue Violet #7F30F6

Tints of Blue Violet #7F30F6

Color information

#7F30F6 (or 0x7F30F6) is unknown color: approx Blue Violet. HEX triplet: 7F, 30 and F6. RGB value is (127,48,246). Sum of RGB (Red+Green+Blue) = 127+48+246=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 246 (96.48% from 255 or 58.43% from 421); Max value from RGB is 246 - color contains mainly: blue. Hex color #7F30F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F30F6 is #80CF09. Grayscale: #5D5D5D. Windows color (decimal): -8441610 or 16134271. OLE color: 16134271.

HSL color Cylindrical-coordinate representation of color #7F30F6: hue angle of 263.94º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F30F6 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12748246-
CMYK0.480.8000.04
HSL263.94º91.67%57.65%-
HSV(B)263.94º80.49%96.47%-
XYZ26.4413.2888.36-
YUV94.19213.67151.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.17%
GREEN value IS 48 (19.14% from 255) = 11.40%
BLUE value IS 246 (96.48% from 255) = 58.43%
R=30.17%
G=11.40%
B=58.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal127482460.480.8000.04263.9491.6757.65
Hex7F30F63050041085c3a
Octal17760366601200441013472
Binary111111111000011110110110000101000001001000010001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F30F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,48,246); }

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

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

 a { background-color: rgb(127,48,246); }

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

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

 span { border-color: rgb(127,48,246); }

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